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/econ/itempickuppanel.res | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'resource/ui/econ/itempickuppanel.res') diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res index 512c0ba..29a5935 100644 --- a/resource/ui/econ/itempickuppanel.res +++ b/resource/ui/econ/itempickuppanel.res @@ -84,7 +84,7 @@ "ControlName" "CExLabel" "fieldName" "ItemsFoundLabel" "font" "HudFontMediumBigBold" - "fgcolor" "TanLight" + "fgcolor" "ColorCyan" "labelText" "#NewItemsAcquired" "textAlignment" "center" "xpos" "0" @@ -216,7 +216,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CloseItemPanel" - "font" "HudFontSmallBold" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -241,7 +241,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "%loadouttext%" - "font" "HudFontSmallBold" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -303,7 +303,7 @@ "ypos" "175" "zpos" "11" "wide" "100" - "tall" "50" + "tall" "25" "visible" "0" "PaintBackgroundType" "2" "paintbackground" "1" @@ -317,10 +317,10 @@ "font" "HudFontSmallestBold" "labelText" "#DiscardItem" "textAlignment" "center" - "xpos" "12" + "xpos" "0" "ypos" "0" - "wide" "80" - "tall" "50" + "wide" "100" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" -- 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/itempickuppanel.res | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'resource/ui/econ/itempickuppanel.res') diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res index 29a5935..c46b6e9 100644 --- a/resource/ui/econ/itempickuppanel.res +++ b/resource/ui/econ/itempickuppanel.res @@ -83,7 +83,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemsFoundLabel" - "font" "HudFontMediumBigBold" + "font" "HudFontMediumBig" "fgcolor" "ColorCyan" "labelText" "#NewItemsAcquired" "textAlignment" "center" @@ -102,7 +102,7 @@ { "ControlName" "CExLabel" "fieldName" "SelectedItemFoundMethodLabel" - "font" "HudFontMediumSmallBold" + "font" "HudFontMediumSmall" "fgcolor" "TanLight" "labelText" "" "textAlignment" "center" @@ -121,7 +121,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemCountLabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "labelText" "#Item" "textAlignment" "north-west" "xpos" "c-245" @@ -139,7 +139,7 @@ { "ControlName" "CExLabel" "fieldName" "SelectedItemNumberLabel" - "font" "HudFontMediumBigBold" + "font" "HudFontMediumBig" "labelText" "#SelectedItemNumber" "textAlignment" "north-west" "xpos" "c-245" @@ -265,7 +265,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -314,7 +314,7 @@ { "ControlName" "CExLabel" "fieldName" "TipLabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "labelText" "#DiscardItem" "textAlignment" "center" "xpos" "0" @@ -335,7 +335,7 @@ { "ControlName" "CExLabel" "fieldName" "DiscardedLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#Discarded" "textAlignment" "center" "xpos" "c-215" -- cgit v1.2.3