diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-01-27 11:57:49 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-01-27 11:57:49 +0100 |
commit | 0f4e320d3442f0d972c5af5f626ac61d6d8ce495 (patch) | |
tree | 1f1b4cd7bd56bf683580307f30501457a118f387 /data/themes/jewelry/serverslistbox.xml | |
parent | 6897c86f62c6f5ed59ad0dade2c81946844fa5dd (diff) | |
download | plus-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/themes/jewelry/serverslistbox.xml')
-rw-r--r-- | data/themes/jewelry/serverslistbox.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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> |