Reduced inventory slots spacing and fixed the height.
This commit is contained in:
parent
03d46baddf
commit
5812a511d8
|
@ -54,7 +54,7 @@ MiniWindow
|
||||||
id: inventoryWindow
|
id: inventoryWindow
|
||||||
!text: tr('Inventory')
|
!text: tr('Inventory')
|
||||||
icon: inventory.png
|
icon: inventory.png
|
||||||
height: 480
|
height: 175
|
||||||
@onClose: modules.game_inventory.onMiniWindowClose()
|
@onClose: modules.game_inventory.onMiniWindowClose()
|
||||||
&save: true
|
&save: true
|
||||||
|
|
||||||
|
@ -62,25 +62,25 @@ MiniWindow
|
||||||
HeadSlot
|
HeadSlot
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
margin-top: 4
|
margin-top: 3
|
||||||
|
|
||||||
BodySlot
|
BodySlot
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
anchors.horizontalCenter: prev.horizontalCenter
|
anchors.horizontalCenter: prev.horizontalCenter
|
||||||
margin-top: 5
|
margin-top: 3
|
||||||
|
|
||||||
LegSlot
|
LegSlot
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
anchors.horizontalCenter: prev.horizontalCenter
|
anchors.horizontalCenter: prev.horizontalCenter
|
||||||
margin-top: 5
|
margin-top: 3
|
||||||
|
|
||||||
FeetSlot
|
FeetSlot
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
anchors.horizontalCenter: prev.horizontalCenter
|
anchors.horizontalCenter: prev.horizontalCenter
|
||||||
margin-top: 5
|
margin-top: 3
|
||||||
|
|
||||||
NeckSlot
|
NeckSlot
|
||||||
anchors.top: parent.top
|
anchors.top: slot1.top
|
||||||
anchors.right: slot1.left
|
anchors.right: slot1.left
|
||||||
margin-top: 10
|
margin-top: 10
|
||||||
margin-right: 5
|
margin-right: 5
|
||||||
|
@ -88,15 +88,15 @@ MiniWindow
|
||||||
LeftSlot
|
LeftSlot
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
anchors.horizontalCenter: prev.horizontalCenter
|
anchors.horizontalCenter: prev.horizontalCenter
|
||||||
margin-top: 5
|
margin-top: 3
|
||||||
|
|
||||||
FingerSlot
|
FingerSlot
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
anchors.horizontalCenter: prev.horizontalCenter
|
anchors.horizontalCenter: prev.horizontalCenter
|
||||||
margin-top: 5
|
margin-top: 3
|
||||||
|
|
||||||
BackSlot
|
BackSlot
|
||||||
anchors.top: parent.top
|
anchors.top: slot1.top
|
||||||
anchors.left: slot1.right
|
anchors.left: slot1.right
|
||||||
margin-top: 10
|
margin-top: 10
|
||||||
margin-left: 5
|
margin-left: 5
|
||||||
|
@ -104,9 +104,9 @@ MiniWindow
|
||||||
RightSlot
|
RightSlot
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
anchors.horizontalCenter: prev.horizontalCenter
|
anchors.horizontalCenter: prev.horizontalCenter
|
||||||
margin-top: 5
|
margin-top: 3
|
||||||
|
|
||||||
AmmoSlot
|
AmmoSlot
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
anchors.horizontalCenter: prev.horizontalCenter
|
anchors.horizontalCenter: prev.horizontalCenter
|
||||||
margin-top: 5
|
margin-top: 3
|
Loading…
Reference in New Issue