Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
dd3e54d4
Commit
dd3e54d4
authored
Aug 01, 2012
by
Lucas Zawacki
Committed by
Alexandre Julliard
Aug 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
joy.cpl: Better arrangement of elements even with higher DPIs.
parent
fb939873
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
joy.rc
dlls/joy.cpl/joy.rc
+3
-3
No files found.
dlls/joy.cpl/joy.rc
View file @
dd3e54d4
...
@@ -34,11 +34,11 @@ CAPTION "Joysticks"
...
@@ -34,11 +34,11 @@ CAPTION "Joysticks"
FONT 8, "Ms Shell Dlg"
FONT 8, "Ms Shell Dlg"
{
{
PUSHBUTTON "&Disable", IDC_BUTTONDISABLE, 200, 20, 50, 15
PUSHBUTTON "&Disable", IDC_BUTTONDISABLE, 200, 20, 50, 15
PUSHBUTTON "&Enable", IDC_BUTTONENABLE, 200,
9
5, 50, 15
PUSHBUTTON "&Enable", IDC_BUTTONENABLE, 200,
10
5, 50, 15
LTEXT "Connected", IDC_STATIC, 10, 10, 100, 10
LTEXT "Connected", IDC_STATIC, 10, 10, 100, 10
LISTBOX IDC_JOYSTICKLIST, 10, 20, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LISTBOX IDC_JOYSTICKLIST, 10, 20, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LTEXT "Disabled", IDC_STATIC, 10,
8
5, 100, 10
LTEXT "Disabled", IDC_STATIC, 10,
9
5, 100, 10
LISTBOX IDC_DISABLEDLIST, 10,
9
5, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LISTBOX IDC_DISABLEDLIST, 10,
10
5, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
}
}
IDD_TEST DIALOG 0, 0, 320, 220
IDD_TEST DIALOG 0, 0, 320, 220
...
...
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