From 46d248b5167f9c8794c3125146952fef08f86bcd Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 28 Dec 2020 13:46:03 -0500 Subject: Added Hypnotize's Icons - Updated to Hypnotize's icon pack. - Updated multiple files, removed unused code. --- resource/ui/econ/notificationtoastcontainer.res | 56 ++++++++++++------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'resource/ui/econ/notificationtoastcontainer.res') diff --git a/resource/ui/econ/notificationtoastcontainer.res b/resource/ui/econ/notificationtoastcontainer.res index 6f78626..38ec259 100644 --- a/resource/ui/econ/notificationtoastcontainer.res +++ b/resource/ui/econ/notificationtoastcontainer.res @@ -2,38 +2,38 @@ { "NotificationToastContainer" { - "ControlName" "CNotificationToastControl" - "fieldName" "NotificationToastContainer" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "150" - "tall" "50" - "visible" "1" - "enabled" "1" + "ControlName" "CNotificationToastControl" + "fieldName" "NotificationToastContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "50" + "visible" "1" + "enabled" "1" "bgcolor_override" "DarkGrey" "border" "CyanBorder" } - + "HelpTextLabel" { - "ControlName" "CExLabel" - "fieldName" "HelpTextLabel" - "fgcolor" "RedSolid" - "xpos" "5" - "ypos" "0" - "zpos" "2" - "wide" "140" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "labelText" "" - "textAlignment" "North" - "font" "TeamMenu" - "textinsetx" "2" - "textinsety" "7" + "ControlName" "CExLabel" + "fieldName" "HelpTextLabel" + "fgcolor" "RedSolid" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "North" + "font" "Cerbetica14" + "textinsetx" "2" + "textinsety" "7" } } \ No newline at end of file -- cgit v1.2.3 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/econ/notificationtoastcontainer.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/econ/notificationtoastcontainer.res') diff --git a/resource/ui/econ/notificationtoastcontainer.res b/resource/ui/econ/notificationtoastcontainer.res index 38ec259..88cd512 100644 --- a/resource/ui/econ/notificationtoastcontainer.res +++ b/resource/ui/econ/notificationtoastcontainer.res @@ -32,7 +32,7 @@ "wrap" "1" "labelText" "" "textAlignment" "North" - "font" "Cerbetica14" + "font" "Cerbetica10" "textinsetx" "2" "textinsety" "7" } -- cgit v1.2.3