wineconsole: Widen label to accomodate translations.
This commit is contained in:
parent
4bda215f2b
commit
157be323b7
|
@ -81,7 +81,7 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION " Font "
|
CAPTION " Font "
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
{
|
{
|
||||||
LTEXT "&Font", -1, 5, 5, 32, 8
|
LTEXT "&Font", -1, 5, 5, 50, 8
|
||||||
LISTBOX IDC_FNT_LIST_FONT, 5, 18, 90, 42, LBS_SORT|WS_VSCROLL
|
LISTBOX IDC_FNT_LIST_FONT, 5, 18, 90, 42, LBS_SORT|WS_VSCROLL
|
||||||
LTEXT "&Color", -1, 100, 5, 50, 8
|
LTEXT "&Color", -1, 100, 5, 50, 8
|
||||||
CONTROL "", IDC_FNT_COLOR_FG, "WineConColorPreview", 0L, 100, 18, 48, 16
|
CONTROL "", IDC_FNT_COLOR_FG, "WineConColorPreview", 0L, 100, 18, 48, 16
|
||||||
|
|
Loading…
Reference in New Issue