From d5a4694ce6e025e8dda862192cdc0f7e5579aac2 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 27 Mar 2011 02:22:51 -0500 Subject: [PATCH] fix width of font box on texture font generator --- src/Texture Font Generator/Texture Font Generator.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Texture Font Generator/Texture Font Generator.rc b/src/Texture Font Generator/Texture Font Generator.rc index 6488bacfc1..d97a25188f 100644 --- a/src/Texture Font Generator/Texture Font Generator.rc +++ b/src/Texture Font Generator/Texture Font Generator.rc @@ -78,8 +78,8 @@ CAPTION "Texture Font Generator (ssc)" MENU IDR_MENU FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - COMBOBOX IDC_FAMILY_LIST,7,7,97,155,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP - EDITTEXT IDC_FONT_SIZE,108,7,19,13,ES_AUTOHSCROLL | ES_NUMBER + COMBOBOX IDC_FAMILY_LIST,7,7,148,155,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP + EDITTEXT IDC_FONT_SIZE,160,7,19,13,ES_AUTOHSCROLL | ES_NUMBER COMBOBOX IDC_SHOWN_PAGE,275,74,89,40,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP CONTROL "",IDC_SPIN_TOP,"msctls_updown32",UDS_ARROWKEYS,81,20,14,15 CONTROL "",IDC_PICTURE,"Static",SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,7,87,357,199