diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/equipment.xml | 2 | ||||
-rw-r--r-- | data/themes/enchilado/equipment.xml | 2 | ||||
-rw-r--r-- | data/themes/golden-delicious/equipment.xml | 2 | ||||
-rw-r--r-- | data/themes/jewelry/equipment.xml | 2 | ||||
-rw-r--r-- | data/themes/pink/equipment.xml | 2 | ||||
-rw-r--r-- | data/themes/unity/equipment.xml | 2 | ||||
-rw-r--r-- | data/themes/wood/equipment.xml | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/data/graphics/gui/equipment.xml b/data/graphics/gui/equipment.xml index 7a1ea5a46..7f7460d0f 100644 --- a/data/graphics/gui/equipment.xml +++ b/data/graphics/gui/equipment.xml @@ -3,6 +3,8 @@ <widget type="Window"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> + <option name="tabHeightAdjust" value="16" /> + <option name="tabPadding" value="2" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> diff --git a/data/themes/enchilado/equipment.xml b/data/themes/enchilado/equipment.xml index 097e75934..560fe267c 100644 --- a/data/themes/enchilado/equipment.xml +++ b/data/themes/enchilado/equipment.xml @@ -3,6 +3,8 @@ <widget type="Window" xpos="190" ypos="30"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> + <option name="tabHeightAdjust" value="16" /> + <option name="tabPadding" value="2" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> diff --git a/data/themes/golden-delicious/equipment.xml b/data/themes/golden-delicious/equipment.xml index 31dfc1b55..6a0dab134 100644 --- a/data/themes/golden-delicious/equipment.xml +++ b/data/themes/golden-delicious/equipment.xml @@ -9,6 +9,8 @@ <option name="itemPadding" value="3" /> <option name="boxSize" value="38" /> <option name="stickySpacing" value="6" /> + <option name="tabHeightAdjust" value="16" /> + <option name="tabPadding" value="2" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> diff --git a/data/themes/jewelry/equipment.xml b/data/themes/jewelry/equipment.xml index 31dfc1b55..6a0dab134 100644 --- a/data/themes/jewelry/equipment.xml +++ b/data/themes/jewelry/equipment.xml @@ -9,6 +9,8 @@ <option name="itemPadding" value="3" /> <option name="boxSize" value="38" /> <option name="stickySpacing" value="6" /> + <option name="tabHeightAdjust" value="16" /> + <option name="tabPadding" value="2" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> diff --git a/data/themes/pink/equipment.xml b/data/themes/pink/equipment.xml index 01ada23e3..7f88a2a89 100644 --- a/data/themes/pink/equipment.xml +++ b/data/themes/pink/equipment.xml @@ -3,6 +3,8 @@ <widget type="Window" xpos="250" ypos="0"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> + <option name="tabHeightAdjust" value="16" /> + <option name="tabPadding" value="2" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> diff --git a/data/themes/unity/equipment.xml b/data/themes/unity/equipment.xml index 3c75fc0fd..6e529f72c 100644 --- a/data/themes/unity/equipment.xml +++ b/data/themes/unity/equipment.xml @@ -4,6 +4,8 @@ <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> <option name="padding" value="10" /> + <option name="tabHeightAdjust" value="16" /> + <option name="tabPadding" value="2" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> diff --git a/data/themes/wood/equipment.xml b/data/themes/wood/equipment.xml index 08d3a2a1e..7b2b7009f 100644 --- a/data/themes/wood/equipment.xml +++ b/data/themes/wood/equipment.xml @@ -3,6 +3,8 @@ <widget type="Window" xpos="260" ypos="0"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> + <option name="tabHeightAdjust" value="16" /> + <option name="tabPadding" value="2" /> <!-- Top Row --> <part type="top-left-corner" width="10" height="10" /> |