diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/econ/itempickuppanel.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/econ/itempickuppanel.res')
| -rw-r--r-- | resource/ui/econ/itempickuppanel.res | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res index 512c0ba..c46b6e9 100644 --- a/resource/ui/econ/itempickuppanel.res +++ b/resource/ui/econ/itempickuppanel.res @@ -83,8 +83,8 @@ { "ControlName" "CExLabel" "fieldName" "ItemsFoundLabel" - "font" "HudFontMediumBigBold" - "fgcolor" "TanLight" + "font" "HudFontMediumBig" + "fgcolor" "ColorCyan" "labelText" "#NewItemsAcquired" "textAlignment" "center" "xpos" "0" @@ -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" @@ -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" @@ -265,7 +265,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "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" @@ -314,13 +314,13 @@ { "ControlName" "CExLabel" "fieldName" "TipLabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "labelText" "#DiscardItem" "textAlignment" "center" - "xpos" "12" + "xpos" "0" "ypos" "0" - "wide" "80" - "tall" "50" + "wide" "100" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -335,7 +335,7 @@ { "ControlName" "CExLabel" "fieldName" "DiscardedLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#Discarded" "textAlignment" "center" "xpos" "c-215" |
