Skip to content
Snippets Groups Projects
Commit 157be323 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

wineconsole: Widen label to accomodate translations.

parent 4bda215f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment