From 74c8d33a2b830a47c31272bcf16cbbfd404ce0e8 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 8 Nov 2007 00:05:14 +0000 Subject: * Merge and move text paint functions into ui_shared.c * Add aspectBias to indicate alignment on non-4:3 video modes * Add "reset " script command to reset an item * Compensate for aspect ratio in lots and lots and lots of places * Release edit field focus when tabbing away * Fix infinite loop bug in text wrapping code when rect is very narrow * Mung .menu scripts to line things up correctly on non-4:3 ratios --- ui/error.menu | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ui/error.menu') diff --git a/ui/error.menu b/ui/error.menu index 14e9d058..2f553e99 100644 --- a/ui/error.menu +++ b/ui/error.menu @@ -52,8 +52,8 @@ name dropinfo rect BORDER BORDER INFO_W BUTT_H text "Error" - textalign ITEM_ALIGN_CENTER - textvalign ITEM_VALIGN_CENTER + textalign ALIGN_CENTER + textvalign VALIGN_CENTER textscale .4 forecolor 1 1 1 1 visible MENU_TRUE @@ -68,8 +68,8 @@ style WINDOW_STYLE_FILLED wrapped cvar "com_errorMessage" - textalign ITEM_ALIGN_CENTER - textvalign ITEM_VALIGN_CENTER + textalign ALIGN_CENTER + textvalign VALIGN_CENTER textscale .33 forecolor 1 1 1 1 visible MENU_TRUE @@ -84,8 +84,8 @@ textscale .4 style WINDOW_STYLE_EMPTY rect (W-(BORDER+BUTT_W)) (H-(BORDER+BUTT_H)) BUTT_W BUTT_H - textalign ITEM_ALIGN_CENTER - textvalign ITEM_VALIGN_CENTER + textalign ALIGN_CENTER + textvalign VALIGN_CENTER forecolor 1 1 1 1 backcolor .37 .1 .1 1 visible MENU_TRUE -- cgit