Module: wine Branch: master Commit: b97b7082bfddde2aca8b4bf52c7644f27acb6e8c URL: http://source.winehq.org/git/wine.git/?a=commit;h=b97b7082bfddde2aca8b4bf52c...
Author: André Hentschel nerv@dawncrow.de Date: Sun Mar 18 19:23:06 2012 +0100
winefile: Resize controls for translations.
---
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