Floris Renaud : joy.cpl: Resize text boxes.

Alexandre Julliard julliard at winehq.org
Fri Jun 3 15:53:08 CDT 2022


Module: wine
Branch: master
Commit: f3658e05be7bec7ddad78b775d8cd0218848ea4a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f3658e05be7bec7ddad78b775d8cd0218848ea4a

Author: Floris Renaud <jkfloris at dds.nl>
Date:   Thu Jun  2 23:34:41 2022 +0200

joy.cpl: Resize text boxes.

Some translations need more space.

Signed-off-by: Floris Renaud <jkfloris at dds.nl>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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
 }




More information about the wine-cvs mailing list