[PATCH 6/6] wineconsole: Widen label to accomodate translations

Alex Henrie alexhenrie24 at gmail.com
Wed Nov 30 01:39:55 CST 2011


---
 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
-- 
1.7.4.1






More information about the wine-patches mailing list