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/confirmdialog.res | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'resource/ui/econ/confirmdialog.res') diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res index 3e0b807..9f2b199 100644 --- a/resource/ui/econ/confirmdialog.res +++ b/resource/ui/econ/confirmdialog.res @@ -43,7 +43,7 @@ { "ControlName" "CExLabel" "fieldName" "ExplanationLabel" - "font" "EconFontSmall" + "font" "HudFontSmall" "labelText" "%text%" "textAlignment" "center" "xpos" "40" @@ -56,6 +56,7 @@ "visible" "1" "enabled" "1" "centerwrap" "1" + "fgcolor_override" "TanLight" } "CancelButton" @@ -73,7 +74,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#GameUI_CancelBold" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -99,7 +100,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#ConfirmButtonText" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "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/confirmdialog.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/econ/confirmdialog.res') diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res index 9f2b199..7b9d3d8 100644 --- a/resource/ui/econ/confirmdialog.res +++ b/resource/ui/econ/confirmdialog.res @@ -25,7 +25,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#ConfirmTitle" "textAlignment" "center" "xpos" "0" -- cgit v1.2.3