diff options
| author | pdatumoj <[email protected]> | 2018-11-30 22:01:33 -0500 |
|---|---|---|
| committer | pdatumoj <[email protected]> | 2018-11-30 22:01:33 -0500 |
| commit | 94d987e49f6d04cd724657677651ddb146f78973 (patch) | |
| tree | fd98fc9b34e2736c9fb7d39d9e33ea863a206c0b /resource/ui/econ | |
| parent | 4d9d2b45b32d58779daf88c6752f8795e8482b39 (diff) | |
#121: BP page nav ctl fix for over 40 pages
Fixing issue #121.
Relocating page navigation control to top to allow for large ( over 40
page ) backpacks, while still being 640x480-safe. Also adjusted control
formatting to make it align neatly with individual page buttons (horiz)
and combo box controls at top (vert).
Diffstat (limited to 'resource/ui/econ')
| -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" |
