Skip to content

Commit

Permalink
fix: adjust vertical alignment of inventory quickslot (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouRicky authored May 22, 2021
1 parent 9e74fe9 commit 4944268
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion overrides/CombatSystem/ui/hud/quiverHud.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"layoutInfo": {
"width": 50,
"use-content-height": true,
"position-right":{
"position-right": {
"target": "RIGHT",
"offset": 115
},
Expand Down
6 changes: 4 additions & 2 deletions overrides/Inventory/ui/hud/inventoryHud.ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
{
"type": "flowLayout",
"id": "toolbar",
"topToBottomAlign": true,
"rightToLeftAlign": true,
"verticalSpacing": 10,
"contents": [
{
"type": "InventoryCell",
Expand Down Expand Up @@ -54,12 +54,14 @@
}
],
"layoutInfo": {
"width" : 90,
"use-content-height": true,
"use-content-width": true,
"position-bottom": {
"target": "BOTTOM",
"offset": 10
},
"position-right": {
"target": "RIGHT",
"offset": 10
}
}
Expand Down

0 comments on commit 4944268

Please sign in to comment.