summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorHal9000 <miglietta.francesco@gmail.com>2013-01-27 11:57:49 +0100
committerHal9000 <miglietta.francesco@gmail.com>2013-01-27 11:57:49 +0100
commit0f4e320d3442f0d972c5af5f626ac61d6d8ce495 (patch)
tree1f1b4cd7bd56bf683580307f30501457a118f387 /data
parent6897c86f62c6f5ed59ad0dade2c81946844fa5dd (diff)
downloadplus-0f4e320d3442f0d972c5af5f626ac61d6d8ce495.tar.gz
plus-0f4e320d3442f0d972c5af5f626ac61d6d8ce495.tar.bz2
plus-0f4e320d3442f0d972c5af5f626ac61d6d8ce495.tar.xz
plus-0f4e320d3442f0d972c5af5f626ac61d6d8ce495.zip
Jewelry Theme: tune listboxes padding and spacing.
Jewelry Theme: fix language selection menus.
Diffstat (limited to 'data')
-rw-r--r--data/themes/jewelry/extendedlistbox.xml11
-rw-r--r--data/themes/jewelry/serverslistbox.xml11
-rw-r--r--data/themes/jewelry/shoplistbox.xml11
-rw-r--r--data/themes/jewelry/skilllistbox.xml11
4 files changed, 44 insertions, 0 deletions
diff --git a/data/themes/jewelry/extendedlistbox.xml b/data/themes/jewelry/extendedlistbox.xml
new file mode 100644
index 000000000..c773625c8
--- /dev/null
+++ b/data/themes/jewelry/extendedlistbox.xml
@@ -0,0 +1,11 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+
+ <option name="padding" value="8" />
+ <option name="textPadding" value="48" />
+ <option name="imagePadding" value="0" />
+ <option name="itemPadding" value="1" />
+ <option name="spacing" value="8" />
+
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/serverslistbox.xml b/data/themes/jewelry/serverslistbox.xml
new file mode 100644
index 000000000..c18750726
--- /dev/null
+++ b/data/themes/jewelry/serverslistbox.xml
@@ -0,0 +1,11 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+
+ <option name="padding" value="8" />
+ <option name="textPadding" value="48" />
+ <option name="imagePadding" value="2" />
+ <option name="itemPadding" value="1" />
+ <option name="spacing" value="0" />
+
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/shoplistbox.xml b/data/themes/jewelry/shoplistbox.xml
new file mode 100644
index 000000000..c18750726
--- /dev/null
+++ b/data/themes/jewelry/shoplistbox.xml
@@ -0,0 +1,11 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+
+ <option name="padding" value="8" />
+ <option name="textPadding" value="48" />
+ <option name="imagePadding" value="2" />
+ <option name="itemPadding" value="1" />
+ <option name="spacing" value="0" />
+
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/skilllistbox.xml b/data/themes/jewelry/skilllistbox.xml
new file mode 100644
index 000000000..32bfc6b3c
--- /dev/null
+++ b/data/themes/jewelry/skilllistbox.xml
@@ -0,0 +1,11 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+
+ <option name="padding" value="8" />
+ <option name="textPadding" value="48" />
+ <option name="imagePadding" value="0" />
+ <option name="itemPadding" value="1" />
+ <option name="spacing" value="0" />
+
+ </widget>
+</skinset>