diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-18 17:02:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-18 17:02:19 +0300 |
commit | f530e0f244ed2ad84db61d8e1069ffc72516d59b (patch) | |
tree | 33a253706ff0478ef867b41ac903c1e58049ef61 /data/graphics/gui/listbox.xml | |
parent | f5dda8fa79877575c9e656a06f8e8c40055110c8 (diff) | |
download | plus-f530e0f244ed2ad84db61d8e1069ffc72516d59b.tar.gz plus-f530e0f244ed2ad84db61d8e1069ffc72516d59b.tar.bz2 plus-f530e0f244ed2ad84db61d8e1069ffc72516d59b.tar.xz plus-f530e0f244ed2ad84db61d8e1069ffc72516d59b.zip |
Add padding for items in extended listboxes.
New parameter:
itemPadding - padding from up and down for each list entry.
Diffstat (limited to 'data/graphics/gui/listbox.xml')
-rw-r--r-- | data/graphics/gui/listbox.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/listbox.xml b/data/graphics/gui/listbox.xml index 6e7cf6080..5e1a5872d 100644 --- a/data/graphics/gui/listbox.xml +++ b/data/graphics/gui/listbox.xml @@ -4,5 +4,6 @@ <option name="imagePadding" value="1" /> <option name="textPadding" value="34" /> <option name="spacing" value="2" /> + <option name="itemPadding" value="1" /> </widget> </skinset> |