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/classloadoutpanel.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resource/ui/classloadoutpanel.res') diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index cefbdd9..7cc66de 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -103,14 +103,14 @@ { "ControlName" "CExLabel" "fieldName" "CaratLabel" - "xpos" "HudFontSmallishBold" + "font" "HudFontMediumSmallSecondary" "labelText" ">>" "textAlignment" "west" "xpos" "c-290" - "ypos" "15" + "ypos" "26" "zpos" "1" "wide" "20" - "tall" "25" + "tall" "16" "autoResize" "1" "pinCorner" "0" "visible" "1" @@ -128,8 +128,8 @@ "xpos" "c-270" "ypos" "15" "zpos" "1" - "wide" "250" - "tall" "25" + "wide" "350" + "tall" "40" "autoResize" "0" "pinCorner" "0" "visible" "1" -- cgit v1.2.3