diff options
| author | CriticalFlaw <[email protected]> | 2018-03-26 20:10:27 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-03-26 20:10:27 -0400 |
| commit | 68ab27b7672e1d617da812dfedfddd0296f1cf9c (patch) | |
| tree | 46a36ef48cda559877e2579b810ae540614f82ee /resource/ui/econ/BackpackPanel.res | |
| parent | aab49e453a3f79cc16dba4d50e826879a1278b5d (diff) | |
20180326 - Console Button and Item Popup Fix
- Added a console button to the main menu, by popular request (gear icon
to the right of the rayshud title)
- Fixed an issue where hovering over an item in inventory with a
rotating 3D model would break all other item info panels when viewing
them in backpack or slot select screen
Diffstat (limited to 'resource/ui/econ/BackpackPanel.res')
| -rw-r--r-- | resource/ui/econ/BackpackPanel.res | 61 |
1 files changed, 23 insertions, 38 deletions
diff --git a/resource/ui/econ/BackpackPanel.res b/resource/ui/econ/BackpackPanel.res index 5f59630..a993043 100644 --- a/resource/ui/econ/BackpackPanel.res +++ b/resource/ui/econ/BackpackPanel.res @@ -130,11 +130,13 @@ "font" "FontStorePrice" "textAlignment" "east" "xpos" "rs1" + "ypos" "0" "zpos" "15" "wide" "25" "tall" "12" "textinsetx" "8" - "autoResize" "1" + "autoResize" "0" + "skip_autoresize" "1" "pinCorner" "0" "visible" "0" "enabled" "1" @@ -234,6 +236,7 @@ "selectionTextColor_override" "235 226 202 255" "defaultSelectionBG2Color_override" "0 0 0 0" } + "ShowBaseItemsCheckbox" { "ControlName" "CheckButton" @@ -347,43 +350,25 @@ "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - - "BackColor" - { - "ControlName" "EditablePanel" - "fieldName" "BackColor" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "f0" - "tall" "f0" - "visible" "1" - "enabled" "1" - "pinCorner" "0" - "autoResize" "0" - "PaintBackgroundType""1" - "border" "NoBorder" - "bgcolor_override" "35 35 35 255" - - "attriblabel" - { - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "101" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "center" - "fgcolor" "117 107 94 255" - "centerwrap" "1" - } - } - } + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "101" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } "mousedragitempanel" { |
