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/ItemModelPanel.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/ItemModelPanel.res')
| -rw-r--r-- | resource/ui/econ/ItemModelPanel.res | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/resource/ui/econ/ItemModelPanel.res b/resource/ui/econ/ItemModelPanel.res index bfdbd6a..dc14c8b 100644 --- a/resource/ui/econ/ItemModelPanel.res +++ b/resource/ui/econ/ItemModelPanel.res @@ -8,6 +8,8 @@ "text_xpos_collection" "0" "text_ypos" "15" "text_forcesize" "0" + "text_xpos" "15" + "text_wide" "270" //"model_xpos_collection" "77" //"model_ypos_collection" "20" //"model_wide_collection" "156" @@ -134,8 +136,6 @@ "fgcolor" "200 80 60 255" "bgcolor_override" "0 0 0 255" "PaintBackgroundType" "2" - "PaintBackgroundType" "0" - "border" "NoBorder" } "paint_icon" @@ -160,7 +160,7 @@ "xpos" "4" "ypos" "4" "zpos" "2" - "wide" "18" + "wide" "10" "tall" "10" "autoResize" "0" "pinCorner" "0" @@ -170,8 +170,7 @@ "textAlignment" "center" "fgcolor" "200 80 60 255" "bgcolor_override" "0 0 0 255" - "PaintBackgroundType" "0" - "border" "NoBorder" + "PaintBackgroundType" "2" } "serieslabel" @@ -182,7 +181,7 @@ "xpos" "4" "ypos" "4" "zpos" "2" - "wide" "18" + "wide" "14" "tall" "10" "autoResize" "0" "pinCorner" "0" @@ -192,8 +191,7 @@ "textAlignment" "center" "fgcolor" "200 180 60 255" "bgcolor_override" "0 40 30 255" - "PaintBackgroundType" "0" - "border" "NoBorder" + "PaintBackgroundType" "2" } "matcheslabel" @@ -204,7 +202,7 @@ "xpos" "4" "ypos" "4" "zpos" "2" - "wide" "24" + "wide" "20" "tall" "10" "autoResize" "0" "pinCorner" "0" @@ -212,7 +210,6 @@ "enabled" "1" "labelText" "" "textAlignment" "center" - "border" "NoBorder" "fgcolor" "200 180 60 255" "bgcolor_override" "0 40 30 255" "PaintBackgroundType" "2" @@ -227,13 +224,12 @@ "zpos" "2" "autoResize" "0" "pinCorner" "0" - "wide" "20" - "border" "NoBorder" + "wide" "16" "tall" "16" "visible" "0" "enabled" "1" "scaleImage" "1" - } + } "is_strange_icon" { |
