Mikołaj Zalewski : wineconsole: En.rc: Enlarge the " save console settings" dialog to avoid cropping of text.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 23 06:12:40 CDT 2006


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

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Sun Oct 22 19:31:18 2006 +0200

wineconsole: En.rc: Enlarge the "save console settings" dialog to avoid cropping of text.

---

 programs/wineconsole/wineconsole_En.rc |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/programs/wineconsole/wineconsole_En.rc b/programs/wineconsole/wineconsole_En.rc
index 2b159f7..20b7a9e 100644
--- a/programs/wineconsole/wineconsole_En.rc
+++ b/programs/wineconsole/wineconsole_En.rc
@@ -114,21 +114,21 @@ FONT 8, "MS Shell Dlg"
 	CONTROL "", IDC_CNF_WIN_HEIGHT_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
 
 	GROUPBOX "End of program", -1, 115, 11, 80, 42, BS_GROUPBOX
-	AUTOCHECKBOX "&Close console", IDC_CNF_CLOSE_EXIT, 119, 25, 75, 20, WS_TABSTOP
+	AUTOCHECKBOX "&Close console", IDC_CNF_CLOSE_EXIT, 119, 25, 72, 20, WS_TABSTOP
 
 	GROUPBOX "Edition", -1, 115, 55, 80, 42
-	COMBOBOX IDC_CNF_EDITION_MODE, 119, 69, 75, 20, CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+	COMBOBOX IDC_CNF_EDITION_MODE, 119, 69, 72, 20, CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
 }
 
-IDD_SAVE_SETTINGS DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 140, 60
+IDD_SAVE_SETTINGS DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 170, 60
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
 CAPTION "Console parameters"
 FONT 8, "MS Shell Dlg"
 {
-	GROUPBOX "", -1, 10, 10, 120, 31, BS_GROUPBOX
-	AUTORADIOBUTTON "Retain these settings for later sessions", IDC_SAV_SAVE, 14, 15, 110, 10, WS_TABSTOP
-	AUTORADIOBUTTON "Modify only current session", IDC_SAV_SESSION, 14, 27, 110, 10, WS_TABSTOP
+	GROUPBOX "", -1, 10, 10, 150, 31, BS_GROUPBOX
+	AUTORADIOBUTTON "Retain these settings for later sessions", IDC_SAV_SAVE, 14, 15, 140, 10, WS_TABSTOP
+	AUTORADIOBUTTON "Modify only current session", IDC_SAV_SESSION, 14, 27, 140, 10, WS_TABSTOP
 
-	PUSHBUTTON "OK", IDOK, 20, 45, 35, 12
-	PUSHBUTTON "Cancel", IDCANCEL, 65, 45, 35, 12
+	PUSHBUTTON "OK", IDOK, 35, 45, 35, 12
+	PUSHBUTTON "Cancel", IDCANCEL, 80, 45, 35, 12
 }




More information about the wine-cvs mailing list