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
f3658e05
Commit
f3658e05
authored
Jun 02, 2022
by
Floris Renaud
Committed by
Alexandre Julliard
Jun 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
joy.cpl: Resize text boxes.
Some translations need more space. Signed-off-by:
Floris Renaud
<
jkfloris@dds.nl
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d1f5765e
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 @
f3658e05
...
...
@@ -40,11 +40,11 @@ FONT 8, "Ms Shell Dlg"
PUSHBUTTON "&Reset", IDC_BUTTONRESET, 200, 40, 60, 15
PUSHBUTTON "&Enable", IDC_BUTTONENABLE, 200, 190, 60, 15
PUSHBUTTON "&Override", IDC_BUTTONOVERRIDE, 200, 100, 60, 15
LTEXT "Connected", IDC_STATIC, 10, 10, 1
0
0, 10
LTEXT "Connected", IDC_STATIC, 10, 10, 1
8
0, 10
LISTBOX IDC_JOYSTICKLIST, 10, 20, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LTEXT "Connected (xinput device)", IDC_STATIC, 10, 90, 1
0
0, 10
LTEXT "Connected (xinput device)", IDC_STATIC, 10, 90, 1
8
0, 10
LISTBOX IDC_XINPUTLIST, 10, 100, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LTEXT "Disabled", IDC_STATIC, 10, 180, 1
0
0, 10
LTEXT "Disabled", IDC_STATIC, 10, 180, 1
8
0, 10
LISTBOX IDC_DISABLEDLIST, 10, 190, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LTEXT "After disabling or enabling a device, the connected joysticks won't be updated here until you restart this applet.", IDC_STATIC, 10, 270, 200, 25
}
...
...
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