From 33cd7777d61950151adde3fde787d7e84709717b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 30 Jun 2021 23:42:02 -0400 Subject: Updated Mann Co. Store --- resource/ui/econ/confirmapplypaintcandialog.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resource/ui/econ/confirmapplypaintcandialog.res') diff --git a/resource/ui/econ/confirmapplypaintcandialog.res b/resource/ui/econ/confirmapplypaintcandialog.res index 37d730c..db85758 100644 --- a/resource/ui/econ/confirmapplypaintcandialog.res +++ b/resource/ui/econ/confirmapplypaintcandialog.res @@ -176,7 +176,7 @@ { "ControlName" "CExLabel" "fieldName" "ConfirmLabel" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "labelText" "#ToolPaintConfirm" "textAlignment" "center" "xpos" "20" @@ -188,7 +188,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Yellow" + "fgcolor_override" "TanLight" } "paint_model" @@ -239,7 +239,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor_override" "Yellow" + "fgcolor_override" "LightRed" } "CancelButton" @@ -257,7 +257,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -282,7 +282,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "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/econ/confirmapplypaintcandialog.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/econ/confirmapplypaintcandialog.res') diff --git a/resource/ui/econ/confirmapplypaintcandialog.res b/resource/ui/econ/confirmapplypaintcandialog.res index db85758..cf97a17 100644 --- a/resource/ui/econ/confirmapplypaintcandialog.res +++ b/resource/ui/econ/confirmapplypaintcandialog.res @@ -58,7 +58,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -77,7 +77,7 @@ { "ControlName" "CExLabel" "fieldName" "ToolBG" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "" "textAlignment" "east" "xpos" "10" @@ -127,7 +127,7 @@ { "ControlName" "CExLabel" "fieldName" "SubjectBG" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "" "textAlignment" "east" "xpos" "300" -- cgit v1.2.3