Commit 44a9cc05 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

wineps.drv: Use proper size for combobox controls.

parent 08a8ce16
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment