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/stampdonationadd.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/stampdonationadd.res') diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index 9e224cd..cf741ce 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -125,7 +125,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_Nope" - "font" "HudFontSmallBold" + "font" "HudFontMediumSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -150,7 +150,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Store_AddToCart" - "font" "HudFontSmallBold" + "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/stampdonationadd.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/stampdonationadd.res') diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index cf741ce..ef8dff6 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -25,7 +25,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#ConfirmTitle" "textAlignment" "north" "xpos" "0" @@ -43,7 +43,7 @@ { "ControlName" "CExLabel" "fieldName" "ExplanationLabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "labelText" "%text%" "textAlignment" "north-west" "xpos" "35" @@ -164,7 +164,7 @@ { "ControlName" "CExLabel" "fieldName" "PriceLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%price%" "textAlignment" "north-east" "xpos" "345" -- cgit v1.2.3