wineps.drv: Use proper size for combobox controls.

Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Fabian Maurer 2017-08-31 17:47:49 +02:00 committed by Alexandre Julliard
parent 08a8ce1657
commit 44a9cc0517
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ FONT 8, "MS Shell Dlg"
CONTROL "&Landscape", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
20, 110, 180, 10
LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 200, 8
COMBOBOX IDD_DUPLEX, 10, 151, 200, 40, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
COMBOBOX IDD_DUPLEX, 10, 151, 200, 60, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
WS_TABSTOP
LTEXT "Print &Quality:", -1, 10, 170, 200, 8
COMBOBOX IDD_QUALITY, 10, 181, 200, 40, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
COMBOBOX IDD_QUALITY, 10, 181, 200, 60, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
WS_TABSTOP
}