|
@@ -54,7 +54,7 @@ MiniWindow
|
54
|
54
|
id: inventoryWindow
|
55
|
55
|
!text: tr('Inventory')
|
56
|
56
|
icon: inventory.png
|
57
|
|
- height: 480
|
|
57
|
+ height: 175
|
58
|
58
|
@onClose: modules.game_inventory.onMiniWindowClose()
|
59
|
59
|
&save: true
|
60
|
60
|
|
|
@@ -62,25 +62,25 @@ MiniWindow
|
62
|
62
|
HeadSlot
|
63
|
63
|
anchors.top: parent.top
|
64
|
64
|
anchors.horizontalCenter: parent.horizontalCenter
|
65
|
|
- margin-top: 4
|
|
65
|
+ margin-top: 3
|
66
|
66
|
|
67
|
67
|
BodySlot
|
68
|
68
|
anchors.top: prev.bottom
|
69
|
69
|
anchors.horizontalCenter: prev.horizontalCenter
|
70
|
|
- margin-top: 5
|
|
70
|
+ margin-top: 3
|
71
|
71
|
|
72
|
72
|
LegSlot
|
73
|
73
|
anchors.top: prev.bottom
|
74
|
74
|
anchors.horizontalCenter: prev.horizontalCenter
|
75
|
|
- margin-top: 5
|
|
75
|
+ margin-top: 3
|
76
|
76
|
|
77
|
77
|
FeetSlot
|
78
|
78
|
anchors.top: prev.bottom
|
79
|
79
|
anchors.horizontalCenter: prev.horizontalCenter
|
80
|
|
- margin-top: 5
|
|
80
|
+ margin-top: 3
|
81
|
81
|
|
82
|
82
|
NeckSlot
|
83
|
|
- anchors.top: parent.top
|
|
83
|
+ anchors.top: slot1.top
|
84
|
84
|
anchors.right: slot1.left
|
85
|
85
|
margin-top: 10
|
86
|
86
|
margin-right: 5
|
|
@@ -88,15 +88,15 @@ MiniWindow
|
88
|
88
|
LeftSlot
|
89
|
89
|
anchors.top: prev.bottom
|
90
|
90
|
anchors.horizontalCenter: prev.horizontalCenter
|
91
|
|
- margin-top: 5
|
|
91
|
+ margin-top: 3
|
92
|
92
|
|
93
|
93
|
FingerSlot
|
94
|
94
|
anchors.top: prev.bottom
|
95
|
95
|
anchors.horizontalCenter: prev.horizontalCenter
|
96
|
|
- margin-top: 5
|
|
96
|
+ margin-top: 3
|
97
|
97
|
|
98
|
98
|
BackSlot
|
99
|
|
- anchors.top: parent.top
|
|
99
|
+ anchors.top: slot1.top
|
100
|
100
|
anchors.left: slot1.right
|
101
|
101
|
margin-top: 10
|
102
|
102
|
margin-left: 5
|
|
@@ -104,9 +104,9 @@ MiniWindow
|
104
|
104
|
RightSlot
|
105
|
105
|
anchors.top: prev.bottom
|
106
|
106
|
anchors.horizontalCenter: prev.horizontalCenter
|
107
|
|
- margin-top: 5
|
|
107
|
+ margin-top: 3
|
108
|
108
|
|
109
|
109
|
AmmoSlot
|
110
|
110
|
anchors.top: prev.bottom
|
111
|
111
|
anchors.horizontalCenter: prev.horizontalCenter
|
112
|
|
- margin-top: 5
|
|
112
|
+ margin-top: 3
|