=?UTF-8?Q?Lauri=20Kentt=C3=A4=20?=: joy.cpl: Make Enable/ Disable buttons wider for translations.

Alexandre Julliard julliard at winehq.org
Mon Aug 27 14:35:02 CDT 2012


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

Author: Lauri Kenttä <lauri.kentta at gmail.com>
Date:   Sat Aug 25 21:29:19 2012 +0300

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

---

 dlls/joy.cpl/joy.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/joy.cpl/joy.rc b/dlls/joy.cpl/joy.rc
index c4a551d..5be4a8c 100644
--- a/dlls/joy.cpl/joy.rc
+++ b/dlls/joy.cpl/joy.rc
@@ -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




More information about the wine-cvs mailing list