[PATCH] joy.cpl: Resize text boxes

Floris Renaud jkfloris at dds.nl
Thu Jun 2 16:34:41 CDT 2022


Some translations need more space

Signed-off-by: Floris Renaud <jkfloris at dds.nl>
---
 dlls/joy.cpl/joy.rc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/joy.cpl/joy.rc b/dlls/joy.cpl/joy.rc
index c1d8380af37..6c4bb0053ae 100644
--- a/dlls/joy.cpl/joy.rc
+++ b/dlls/joy.cpl/joy.rc
@@ -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
 }
-- 
2.36.1




More information about the wine-devel mailing list