From 5812a511d872de3994b9c76964314e2bb7b125dd Mon Sep 17 00:00:00 2001 From: BeniS Date: Sat, 18 Aug 2012 21:20:28 +1200 Subject: [PATCH] Reduced inventory slots spacing and fixed the height. --- modules/game_inventory/inventory.otui | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/game_inventory/inventory.otui b/modules/game_inventory/inventory.otui index 93b38379..17d50edf 100644 --- a/modules/game_inventory/inventory.otui +++ b/modules/game_inventory/inventory.otui @@ -54,7 +54,7 @@ MiniWindow id: inventoryWindow !text: tr('Inventory') icon: inventory.png - height: 480 + height: 175 @onClose: modules.game_inventory.onMiniWindowClose() &save: true @@ -62,25 +62,25 @@ MiniWindow HeadSlot anchors.top: parent.top anchors.horizontalCenter: parent.horizontalCenter - margin-top: 4 + margin-top: 3 BodySlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter - margin-top: 5 + margin-top: 3 LegSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter - margin-top: 5 + margin-top: 3 FeetSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter - margin-top: 5 + margin-top: 3 NeckSlot - anchors.top: parent.top + anchors.top: slot1.top anchors.right: slot1.left margin-top: 10 margin-right: 5 @@ -88,15 +88,15 @@ MiniWindow LeftSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter - margin-top: 5 + margin-top: 3 FingerSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter - margin-top: 5 + margin-top: 3 BackSlot - anchors.top: parent.top + anchors.top: slot1.top anchors.left: slot1.right margin-top: 10 margin-left: 5 @@ -104,9 +104,9 @@ MiniWindow RightSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter - margin-top: 5 + margin-top: 3 AmmoSlot anchors.top: prev.bottom anchors.horizontalCenter: prev.horizontalCenter - margin-top: 5 \ No newline at end of file + margin-top: 3 \ No newline at end of file