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/itemselectionpanel.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resource/ui/itemselectionpanel.res') diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index b68532e..f69c0fc 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -160,8 +160,8 @@ "textHidden" "0" "editable" "1" "unicode" "1" - "fgcolor_override" "TanLight" - "bgcolor_override" "DarkerGrey" + "fgcolor_override" "DarkerGrey" + "bgcolor_override" "TanLight" "paintbackgroundtype" "2" } @@ -248,7 +248,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "HudFontSmallBold" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -293,7 +293,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Selection_ShowBackpack" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -318,7 +318,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Selection_ShowSelection" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" -- cgit v1.2.3 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/itemselectionpanel.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/itemselectionpanel.res') diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index f69c0fc..d7df112 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -263,12 +263,12 @@ "ControlName" "CheckButton" "fieldName" "OnlyAllowUniqueQuality" "labelText" "#OnlyAllowUniqueQuality" - "font" "HudFontSmallest" + "font" "HudFontSmallBold" "textAlignment" "east" - "xpos" "c-306" + "xpos" "c-295" "ypos" "288" "zpos" "1" - "wide" "290" + "wide" "280" "tall" "25" "autoResize" "0" "pinCorner" "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/itemselectionpanel.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/itemselectionpanel.res') diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index d7df112..cb3ac7b 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -91,7 +91,7 @@ { "ControlName" "CExLabel" "fieldName" "CaratLabel" - "font" "HudFontMediumSmallSecondary" + "font" "HudFontMediumSmall" "labelText" ">>" "textAlignment" "west" "xpos" "c-290" @@ -109,7 +109,7 @@ { "ControlName" "CExLabel" "fieldName" "ClassLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#ClassBeingEquipped" "textAlignment" "west" "xpos" "c-270" @@ -200,7 +200,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemSlotLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#PrimaryWeapon" "textAlignment" "center" "xpos" "c-185" @@ -263,7 +263,7 @@ "ControlName" "CheckButton" "fieldName" "OnlyAllowUniqueQuality" "labelText" "#OnlyAllowUniqueQuality" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "east" "xpos" "c-295" "ypos" "288" -- cgit v1.2.3