diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/itemselectionpanel.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/itemselectionpanel.res')
| -rw-r--r-- | resource/ui/itemselectionpanel.res | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index 8a49381..32360a0 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -91,7 +91,7 @@ { "ControlName" "CExLabel" "fieldName" "CaratLabel" - "font" "Cerbetica16" + "font" "HudFontMediumSmallSecondary" "labelText" ">>" "textAlignment" "west" "xpos" "c-290" @@ -127,7 +127,7 @@ { "ControlName" "CExLabel" "fieldName" "NameFilterLabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "labelText" "#Store_NameFilterLabel" "textAlignment" "west" "xpos" "c+175" @@ -161,7 +161,7 @@ "editable" "1" "unicode" "1" "fgcolor_override" "TanLight" - "bgcolor_override" "15 15 15 255" + "bgcolor_override" "DarkerGrey" "paintbackgroundtype" "2" } @@ -218,11 +218,11 @@ { "ControlName" "CExLabel" "fieldName" "NoItemsLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#NoItemsToEquip" "textAlignment" "center" "xpos" "c-300" - "ypos" "120" + "ypos" "150" "zpos" "10" "wide" "600" "tall" "30" @@ -241,7 +241,7 @@ "ypos" "400" "zpos" "2" "wide" "200" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "2" "visible" "1" @@ -262,10 +262,10 @@ "ControlName" "CheckButton" "fieldName" "OnlyAllowUniqueQuality" "labelText" "#OnlyAllowUniqueQuality" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "textAlignment" "east" - "xpos" "c-291" - "ypos" "320" + "xpos" "c-306" + "ypos" "288" "zpos" "1" "wide" "290" "tall" "25" @@ -281,18 +281,18 @@ { "ControlName" "CExButton" "fieldName" "ShowBackpack" - "xpos" "c-288" + "xpos" "c-20" "ypos" "290" "zpos" "20" "wide" "200" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#Selection_ShowBackpack" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -305,18 +305,18 @@ { "ControlName" "CExButton" "fieldName" "ShowSelection" - "xpos" "c-288" + "xpos" "c-20" "ypos" "290" "zpos" "20" "wide" "200" - "tall" "25" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#Selection_ShowSelection" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -330,7 +330,7 @@ { "ControlName" "CExButton" "fieldName" "PrevPageButton" - "xpos" "c205" + "xpos" "c195" "ypos" "290" "zpos" "1" "wide" "20" @@ -354,10 +354,10 @@ { "ControlName" "CExLabel" "fieldName" "CurPageLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%backpackpage%" "textAlignment" "center" - "xpos" "c230" + "xpos" "c220" "ypos" "290" "zpos" "1" "wide" "40" @@ -373,7 +373,7 @@ { "ControlName" "CExButton" "fieldName" "NextPageButton" - "xpos" "c275" + "xpos" "c265" "ypos" "290" "zpos" "1" "wide" "20" @@ -407,6 +407,7 @@ "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" + "paintbackground" "0" "text_ypos" "20" "text_center" "1" |
