1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00

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>
This commit is contained in:
Floris Renaud 2022-06-02 23:34:41 +02:00 committed by Alexandre Julliard
parent d1f5765e4c
commit f3658e05be

View File

@ -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, 100, 10
LTEXT "Connected", IDC_STATIC, 10, 10, 180, 10
LISTBOX IDC_JOYSTICKLIST, 10, 20, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LTEXT "Connected (xinput device)", IDC_STATIC, 10, 90, 100, 10
LTEXT "Connected (xinput device)", IDC_STATIC, 10, 90, 180, 10
LISTBOX IDC_XINPUTLIST, 10, 100, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
LTEXT "Disabled", IDC_STATIC, 10, 180, 100, 10
LTEXT "Disabled", IDC_STATIC, 10, 180, 180, 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
}