Commit bc62a82f authored by Lauri Kenttä's avatar Lauri Kenttä Committed by Alexandre Julliard

joy.cpl: Make Enable/Disable buttons wider for translations.

parent 2ad570a1
......@@ -33,8 +33,8 @@ STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
CAPTION "Joysticks"
FONT 8, "Ms Shell Dlg"
{
PUSHBUTTON "&Disable", IDC_BUTTONDISABLE, 200, 20, 50, 15
PUSHBUTTON "&Enable", IDC_BUTTONENABLE, 200, 105, 50, 15
PUSHBUTTON "&Disable", IDC_BUTTONDISABLE, 200, 20, 60, 15
PUSHBUTTON "&Enable", IDC_BUTTONENABLE, 200, 105, 60, 15
LTEXT "Connected", IDC_STATIC, 10, 10, 100, 10
LISTBOX IDC_JOYSTICKLIST, 10, 20, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LTEXT "Disabled", IDC_STATIC, 10, 95, 100, 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment