From 94d987e49f6d04cd724657677651ddb146f78973 Mon Sep 17 00:00:00 2001 From: pdatumoj Date: Fri, 30 Nov 2018 22:01:33 -0500 Subject: #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). --- resource/ui/econ/BackpackPanel.res | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'resource/ui/econ') 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" -- cgit v1.2.3