Module: wine Branch: master Commit: f19e8470fa23141e1226984eb5c124e33a95c2bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=f19e8470fa23141e1226984eb5...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri May 30 00:56:10 2008 +0200
comdlg32: Fix some control sizes in the default English resource.
---
dlls/comdlg32/cdlg_En.rc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/comdlg32/cdlg_En.rc b/dlls/comdlg32/cdlg_En.rc index 2021448..761a746 100644 --- a/dlls/comdlg32/cdlg_En.rc +++ b/dlls/comdlg32/cdlg_En.rc @@ -103,8 +103,8 @@ FONT 8, "MS Shell Dlg" PUSHBUTTON "Cancel", IDCANCEL, 206, 24, 56, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Setup", psh1, 206, 46, 56, 14, WS_GROUP | WS_TABSTOP GROUPBOX "Orientation", grp2, 6, 85, 100, 50, BS_GROUPBOX - RADIOBUTTON "Po&rtrait", rad3, 50, 100, 40, 12 - RADIOBUTTON "&Landscape", rad4, 50, 115, 40, 12 + RADIOBUTTON "Po&rtrait", rad3, 50, 100, 50, 12 + RADIOBUTTON "&Landscape", rad4, 50, 115, 50, 12 ICON "LANDSCAP", stc10, 10, 95, 32, 32 ICON "PORTRAIT", stc11, 10, 95, 32, 32 GROUPBOX "Paper", grp3, 120, 85, 180, 50, BS_GROUPBOX @@ -191,7 +191,7 @@ FONT 8, "MS Shell Dlg" CHECKBOX "Match &Whole Word Only", chx1, 4, 26, 100, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP CHECKBOX "Match &Case", chx2, 4, 42, 64, 12, BS_AUTOCHECKBOX | WS_TABSTOP GROUPBOX "Direction", grp1, 107, 26, 68, 28 - CONTROL "&Up", rad1, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 111, 38, 20, 12 + CONTROL "&Up", rad1, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 111, 38, 30, 12 CONTROL "&Down", rad2, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 138, 38, 30, 12
DEFPUSHBUTTON "&Find Next", IDOK, 182, 5, 50, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON