diff options
| author | Igor Nikitin <[email protected]> | 2018-12-01 15:50:22 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-01 15:50:22 -0500 |
| commit | 4ea3929593bd18ec92ded10b8614233a25a9e45c (patch) | |
| tree | fd98fc9b34e2736c9fb7d39d9e33ea863a206c0b /resource/ui/econ/BackpackPanel.res | |
| parent | 4d9d2b45b32d58779daf88c6752f8795e8482b39 (diff) | |
| parent | f04e101eea44c029bc1829be88e23f0019c7ff24 (diff) | |
Merge pull request #122 from pdatumoj/master
#121: Fixed backpack navigation for when there are over 40 pages
Diffstat (limited to 'resource/ui/econ/BackpackPanel.res')
| -rw-r--r-- | resource/ui/econ/BackpackPanel.res | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/resource/ui/econ/BackpackPanel.res b/resource/ui/econ/BackpackPanel.res index bc4d6e3..2677a77 100644 --- a/resource/ui/econ/BackpackPanel.res +++ b/resource/ui/econ/BackpackPanel.res @@ -390,11 +390,11 @@ { "ControlName" "CExButton" "fieldName" "PrevPageButton" - "xpos" "c-290" - "ypos" "327" + "xpos" "c-288" + "ypos" "38" "zpos" "1" - "wide" "20" - "tall" "25" + "wide" "25" + "tall" "13" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -425,14 +425,14 @@ { "ControlName" "CExLabel" "fieldName" "CurPageLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmallestBold" "labelText" "%backpackpage%" "textAlignment" "center" - "xpos" "c-270" - "ypos" "327" + "xpos" "c-260" + "ypos" "38" "zpos" "1" - "wide" "40" - "tall" "25" + "wide" "53" + "tall" "13" "autoResize" "1" "pinCorner" "0" "visible" "1" @@ -444,11 +444,11 @@ { "ControlName" "CExButton" "fieldName" "NextPageButton" - "xpos" "c-230" - "ypos" "327" + "xpos" "c-204" + "ypos" "38" "zpos" "1" - "wide" "20" - "tall" "25" + "wide" "25" + "tall" "13" "autoResize" "0" "pinCorner" "0" "visible" "1" |
