wineconsole: Widen label to accomodate translations.

This commit is contained in:
Alex Henrie 2011-11-30 00:39:55 -07:00 committed by Alexandre Julliard
parent 4bda215f2b
commit 157be323b7
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION " Font "
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
LTEXT "&Color", -1, 100, 5, 50, 8
CONTROL "", IDC_FNT_COLOR_FG, "WineConColorPreview", 0L, 100, 18, 48, 16