=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winedbg: Adjust button size to fit more translations.

Alexandre Julliard julliard at winehq.org
Wed Jan 18 14:03:38 CST 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jan 17 22:30:42 2012 +0100

winedbg: Adjust button size to fit more translations.

---

 programs/winedbg/winedbg.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc
index 314500c..2e83cda 100644
--- a/programs/winedbg/winedbg.rc
+++ b/programs/winedbg/winedbg.rc
@@ -68,6 +68,6 @@ BEGIN
                      then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> \
                      and attach that file to the report.",
                     IDC_STATIC_TXT2,"SysLink",0,6,185,288,32
-    DEFPUSHBUTTON   "Close", IDOK, 236, 220, 60, 16, WS_TABSTOP
-    PUSHBUTTON      "&Save As...", ID_SAVEAS, 172, 220, 60, 16, WS_TABSTOP
+    DEFPUSHBUTTON   "Close", IDOK, 226, 220, 70, 16, WS_TABSTOP
+    PUSHBUTTON      "&Save As...", ID_SAVEAS, 152, 220, 70, 16, WS_TABSTOP
 END




More information about the wine-cvs mailing list