Module: wine Branch: master Commit: b6cab7e20288ac469002ac3c6d982ac6fb8b4fa2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b6cab7e20288ac469002ac3c6d...
Author: Fabian Maurer dark.shadow4@web.de Date: Thu Aug 31 17:47:50 2017 +0200
wineconsole: Use proper size for combobox controls.
Signed-off-by: Fabian Maurer dark.shadow4@web.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 587e846..8df6aef 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