Julian Rüger : winemine: Widen some controls to accomodate translations.

Alexandre Julliard julliard at winehq.org
Thu Aug 20 16:03:37 CDT 2020


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

Author: Julian Rüger <jr98 at gmx.net>
Date:   Thu Aug 20 13:59:21 2020 +0200

winemine: Widen some controls to accomodate translations.

Signed-off-by: Julian Rüger <jr98 at gmx.net>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winemine/winemine.rc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/programs/winemine/winemine.rc b/programs/winemine/winemine.rc
index fbc73292be..5bbd68247b 100644
--- a/programs/winemine/winemine.rc
+++ b/programs/winemine/winemine.rc
@@ -60,9 +60,9 @@ FONT 8, "MS Shell Dlg"
 CAPTION "Fastest Times"
 {
     GROUPBOX        "Fastest times",        -1,  10,  10, 150,  45
-    LTEXT           "Beginner",             -1,  20,  20,  50,   8
-    LTEXT           "Intermediate",         -1,  20,  30,  50,   8
-    LTEXT           "Expert",               -1,  20,  40,  50,   8
+    LTEXT           "Beginner",             -1,  20,  20,  60,   8
+    LTEXT           "Intermediate",         -1,  20,  30,  60,   8
+    LTEXT           "Expert",               -1,  20,  40,  60,   8
     LTEXT           "",              IDC_TIME1,  80,  20,  15,   8
     LTEXT           "",              IDC_TIME2,  80,  30,  15,   8
     LTEXT           "",              IDC_TIME3,  80,  40,  15,   8
@@ -70,7 +70,7 @@ CAPTION "Fastest Times"
     LTEXT           "",              IDC_NAME2, 100,  30,  55,   8
     LTEXT           "",              IDC_NAME3, 100,  40,  55,   8
     DEFPUSHBUTTON   "OK",                 IDOK, 115,  60,  40,  15
-    PUSHBUTTON      "Reset Results", IDC_RESET,  15,  60,  80,  15
+    PUSHBUTTON      "Reset Results", IDC_RESET,  15,  60,  90,  15
 }
 
 DLG_CONGRATS DIALOG  0, 0, 160, 60




More information about the wine-cvs mailing list