diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/itemquickswitch.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/itemquickswitch.res')
| -rw-r--r-- | resource/ui/itemquickswitch.res | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res index 149eec9..f3a1fd3 100644 --- a/resource/ui/itemquickswitch.res +++ b/resource/ui/itemquickswitch.res @@ -5,9 +5,9 @@ "ControlName" "EditablePanel" "fieldName" "ItemQuickSwitchPanel" "xpos" "c-135" - "ypos" "330" + "ypos" "360" "wide" "270" - "tall" "140" + "tall" "115" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -62,13 +62,6 @@ "xpos" "9999" } - "NoItemsLabel" - { - "ControlName" "CExLabel" - "fieldName" "NoItemsLabel" - "xpos" "9999" - } - "TopLine" { "ControlName" "ImagePanel" @@ -129,12 +122,19 @@ } } + "NoItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoItemsLabel" + "xpos" "9999" + } + "loadout_preset_panel" { "ControlName" "CLoadoutPresetPanel" "FieldName" "loadout_preset_panel" "xpos" "240" - "ypos" "15" + "ypos" "5" "zpos" "20" "wide" "25" "tall" "110" |
