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/itemselectionpanel.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/itemselectionpanel.res')
| -rw-r--r-- | resource/ui/itemselectionpanel.res | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index b68532e..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" @@ -160,8 +160,8 @@ "textHidden" "0" "editable" "1" "unicode" "1" - "fgcolor_override" "TanLight" - "bgcolor_override" "DarkerGrey" + "fgcolor_override" "DarkerGrey" + "bgcolor_override" "TanLight" "paintbackgroundtype" "2" } @@ -200,7 +200,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemSlotLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#PrimaryWeapon" "textAlignment" "center" "xpos" "c-185" @@ -248,7 +248,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "HudFontSmallBold" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -263,12 +263,12 @@ "ControlName" "CheckButton" "fieldName" "OnlyAllowUniqueQuality" "labelText" "#OnlyAllowUniqueQuality" - "font" "HudFontSmallest" + "font" "HudFontSmall" "textAlignment" "east" - "xpos" "c-306" + "xpos" "c-295" "ypos" "288" "zpos" "1" - "wide" "290" + "wide" "280" "tall" "25" "autoResize" "0" "pinCorner" "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" |
