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/confirmdialogabandonnopenalty.res | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'resource/ui/econ/confirmdialogabandonnopenalty.res') diff --git a/resource/ui/econ/confirmdialogabandonnopenalty.res b/resource/ui/econ/confirmdialogabandonnopenalty.res index b80230a..86dcc23 100644 --- a/resource/ui/econ/confirmdialogabandonnopenalty.res +++ b/resource/ui/econ/confirmdialogabandonnopenalty.res @@ -14,10 +14,9 @@ "enabled" "1" "tabPosition" "0" "settitlebarvisible" "0" - "paintborder" "2" + "bgcolor_override" "DarkGrey" "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "DarkGrey" } "TitleLabel" @@ -36,7 +35,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "ColorCyan" } "AbandonIcon" @@ -57,7 +55,7 @@ { "ControlName" "CExLabel" "fieldName" "ExplanationLabel" - "font" "EconFontSmall" + "font" "HudFontSmall" "labelText" "%text%" "textAlignment" "north-west" "xpos" "60" @@ -80,15 +78,15 @@ "xpos" "165" "ypos" "165" "zpos" "20" - "wide" "125" - "tall" "25" + "wide" "130" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#GameUI_CancelBold" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -105,8 +103,8 @@ "xpos" "10" "ypos" "165" "zpos" "20" - "wide" "125" - "tall" "25" + "wide" "130" + "tall" "20" "default" "1" "autoResize" "0" "pinCorner" "0" @@ -114,7 +112,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/confirmdialogabandonnopenalty.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/econ/confirmdialogabandonnopenalty.res') diff --git a/resource/ui/econ/confirmdialogabandonnopenalty.res b/resource/ui/econ/confirmdialogabandonnopenalty.res index 86dcc23..d2b085a 100644 --- a/resource/ui/econ/confirmdialogabandonnopenalty.res +++ b/resource/ui/econ/confirmdialogabandonnopenalty.res @@ -23,7 +23,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#ConfirmTitle" "textAlignment" "north" "xpos" "0" -- cgit v1.2.3