From 3aa1bc5718d5816d33eeed3dd160a9b832d2631b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCger?= Date: Thu, 20 Aug 2020 13:59:21 +0200 Subject: [PATCH] winemine: Widen some controls to accomodate translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julian RĂ¼ger Signed-off-by: Alexandre Julliard --- 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 fbc73292bef..5bbd68247b8 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