Module: wine Branch: master Commit: 157be323b7a39e939d46774a8758da53ea6ad001 URL: http://source.winehq.org/git/wine.git/?a=commit;h=157be323b7a39e939d46774a87...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Nov 30 00:39:55 2011 -0700
wineconsole: Widen label to accomodate translations.
---
programs/wineconsole/wineconsole.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/wineconsole/wineconsole.rc b/programs/wineconsole/wineconsole.rc index 8216da3..d738433 100644 --- a/programs/wineconsole/wineconsole.rc +++ b/programs/wineconsole/wineconsole.rc @@ -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