Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
2842d837
Commit
2842d837
authored
Aug 31, 2017
by
Fabian Maurer
Committed by
Alexandre Julliard
Aug 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
joy.cpl: Use proper size for combobox controls.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
49fdde1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
joy.rc
dlls/joy.cpl/joy.rc
+2
-2
No files found.
dlls/joy.cpl/joy.rc
View file @
2842d837
...
@@ -49,7 +49,7 @@ STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
@@ -49,7 +49,7 @@ STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
CAPTION "Test Joystick"
CAPTION "Test Joystick"
FONT 8, "Ms Shell Dlg"
FONT 8, "Ms Shell Dlg"
{
{
COMBOBOX IDC_TESTSELECTCOMBO, 5, 5, 200,
3
0, CBS_DROPDOWNLIST | CBS_HASSTRINGS
COMBOBOX IDC_TESTSELECTCOMBO, 5, 5, 200,
6
0, CBS_DROPDOWNLIST | CBS_HASSTRINGS
GROUPBOX "Buttons", IDC_STATIC, 0, 110, 250, 110
GROUPBOX "Buttons", IDC_STATIC, 0, 110, 250, 110
GROUPBOX "", IDC_TESTGROUPXY, 15, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPXY, 15, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPRXRY, 92, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPRXRY, 92, 30, 60, 60
...
@@ -62,7 +62,7 @@ STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
@@ -62,7 +62,7 @@ STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
CAPTION "Test Force Feedback"
CAPTION "Test Force Feedback"
FONT 8, "Ms Shell Dlg"
FONT 8, "Ms Shell Dlg"
{
{
COMBOBOX IDC_FFSELECTCOMBO, 5, 5, 200,
3
0, CBS_DROPDOWNLIST | CBS_HASSTRINGS
COMBOBOX IDC_FFSELECTCOMBO, 5, 5, 200,
6
0, CBS_DROPDOWNLIST | CBS_HASSTRINGS
LTEXT "Available Effects", IDC_STATIC, 10, 30, 100, 10
LTEXT "Available Effects", IDC_STATIC, 10, 30, 100, 10
LISTBOX IDC_FFEFFECTLIST, 10, 40, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LISTBOX IDC_FFEFFECTLIST, 10, 40, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LTEXT "Press any button in the controller to activate the chosen effect. The effect direction can be changed with the controller axis.",
LTEXT "Press any button in the controller to activate the chosen effect. The effect direction can be changed with the controller axis.",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment