[PATCH v2 11/11] wineconsole: Use proper size for combobox controls

Fabian Maurer dark.shadow4 at web.de
Wed Aug 30 14:54:50 CDT 2017


Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 programs/wineconsole/wineconsole.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/wineconsole/wineconsole.rc b/programs/wineconsole/wineconsole.rc
index 587e84668c..8df6aeff27 100644
--- a/programs/wineconsole/wineconsole.rc
+++ b/programs/wineconsole/wineconsole.rc
@@ -120,7 +120,7 @@ FONT 8, "MS Shell Dlg"
 	AUTOCHECKBOX "&Close console", IDC_CNF_CLOSE_EXIT, 119, 25, 75, 20, WS_TABSTOP
 
 	GROUPBOX "Edition", -1, 115, 55, 85, 42
-	COMBOBOX IDC_CNF_EDITION_MODE, 119, 69, 75, 20, CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+	COMBOBOX IDC_CNF_EDITION_MODE, 119, 69, 75, 60, CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
 }
 
 IDD_SAVE_SETTINGS DIALOG 20, 20, 210, 60
-- 
2.14.1




More information about the wine-patches mailing list