From ee0a3d1404f26494ec1ea7e02a08847baf529658 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 28 Jun 2021 23:30:02 -0400 Subject: Updated main menu pages - Added a home server button. - Added a HUD Options panel. - Updated the source schema. - Updated the backpack, trade, stats, workshop --- resource/ui/replaybrowser/mainpanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/replaybrowser/mainpanel.res') diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res index e1ddd86..e17c00c 100644 --- a/resource/ui/replaybrowser/mainpanel.res +++ b/resource/ui/replaybrowser/mainpanel.res @@ -100,8 +100,8 @@ "tall" "2" "visible" "1" "enabled" "1" + "bgcolor_override" "ColorCyan" "PaintBackgroundType" "2" - "bgcolor_override" "ColorCyan" } "Sheet" -- cgit v1.2.3 From bbee27c902f81e1108bcaeaaace568e6bb97d4cb Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Jun 2021 23:15:34 -0400 Subject: Tweaks to color and font --- resource/ui/replaybrowser/mainpanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/replaybrowser/mainpanel.res') diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res index e17c00c..9f77c09 100644 --- a/resource/ui/replaybrowser/mainpanel.res +++ b/resource/ui/replaybrowser/mainpanel.res @@ -161,7 +161,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "Back (&Q)" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" -- cgit v1.2.3 From 74d7e98a6b1f2445c6391e26e846da57c4d7240b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 11:25:57 -0400 Subject: Corrected redundant font use --- resource/ui/replaybrowser/mainpanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/replaybrowser/mainpanel.res') diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res index 9f77c09..15f6785 100644 --- a/resource/ui/replaybrowser/mainpanel.res +++ b/resource/ui/replaybrowser/mainpanel.res @@ -20,7 +20,7 @@ "outoffocus_bgcolor_override" "27 27 27 0" "title" "#Replay_Replay" - "title_font" "HudFontSmallBold" + "title_font" "HudFontSmall" "titletextinsetX" "40" "titletextinsetY" "0" "titlebarfgcolor_override" "HudOffWhite" -- cgit v1.2.3