[2/3] winefile: Resize controls for translations

André Hentschel nerv at dawncrow.de
Sun Mar 18 13:23:06 CDT 2012


---
 programs/winefile/winefile.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/winefile/winefile.rc b/programs/winefile/winefile.rc
index f2dbdd6..ce7390e 100644
--- a/programs/winefile/winefile.rc
+++ b/programs/winefile/winefile.rc
@@ -125,9 +125,9 @@ FONT 8, "MS Shell Dlg"
     CONTROL         "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
     CONTROL         "&Path:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
     EDITTEXT        201, 3, 29, 134, 12, ES_AUTOHSCROLL
-    DEFPUSHBUTTON   "OK", 1, 158, 6, 47, 14
-    PUSHBUTTON      "Cancel", 2, 158, 23, 47, 14
-    PUSHBUTTON      "&Browse...", 254, 158, 43, 47, 14
+    DEFPUSHBUTTON   "OK", 1, 145, 6, 60, 14
+    PUSHBUTTON      "Cancel", 2, 145, 23, 60, 14
+    PUSHBUTTON      "&Browse...", 254, 145, 43, 60, 14
 }
 
 IDD_DIALOG_VIEW_TYPE DIALOG 15, 13, 161, 105
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list