From e0f728581ba5d7ca0d7ea06b015c36e189993664 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Dec 2020 21:00:35 -0500 Subject: Bug Fixes, see notes. - Fixed the stock items checkbox not working on the backpack page. - Fixed the cutoff description label on the confirmation panel. - Fixed the font for the item series number being too large to display. - Fixed the store preview page not allowing to change item color and style. - Increased the size of the sentry gun's health on the building panel (#158) - Fixed the KOTH timer not being centred properly. - Miscellenaous other fixes and improvements. --- resource/ui/destroy_menu/hudmenuengydestroy.res | 26 ++++++++----------------- 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'resource/ui/destroy_menu/hudmenuengydestroy.res') diff --git a/resource/ui/destroy_menu/hudmenuengydestroy.res b/resource/ui/destroy_menu/hudmenuengydestroy.res index dd7a6c7..2efc06f 100644 --- a/resource/ui/destroy_menu/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -4,14 +4,7 @@ { "ControlName" "EditablePanel" "fieldName" "MainBackground" - "xpos" "0" - "ypos" "20" - "zpos" "0" - "wide" "400" - "tall" "120" - "visible" "1" - "enabled" "1" - "paintbackground" "0" + "xpos" "9999" } "DestroyIcon" @@ -60,10 +53,7 @@ "textAlignment" "west" "dulltext" "1" "brighttext" "0" - - "pin_to_sibling" "TitleLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" + "pin_to_sibling" "TitleLabel" } "CancelLabel" @@ -71,17 +61,17 @@ "ControlName" "CExLabel" "fieldName" "CancelLabel" "font" "SpectatorKeyHints" - "xpos" "9999" - "ypos" "9999" + "xpos" "0" + "ypos" "127" "zpos" "1" - "wide" "200" + "wide" "395" "tall" "13" "autoResize" "0" "pinCorner" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "East" + "textAlignment" "east" "dulltext" "0" "brighttext" "0" } -- cgit v1.2.3