diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-09 14:00:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-09 14:00:56 +0300 |
commit | e6ea187d2ec2fb94c525158127c2736729b79b50 (patch) | |
tree | 4bcac784a3ed8e5e0b2bd19c1ce72cddfac8f35d /data/graphics | |
parent | d189d362ba4b1b7c7963e925638eb5f12baba882 (diff) | |
download | plus-e6ea187d2ec2fb94c525158127c2736729b79b50.tar.gz plus-e6ea187d2ec2fb94c525158127c2736729b79b50.tar.bz2 plus-e6ea187d2ec2fb94c525158127c2736729b79b50.tar.xz plus-e6ea187d2ec2fb94c525158127c2736729b79b50.zip |
add theme attribute "itemPadding" into browserbox.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/browserbox.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/browserbox.xml b/data/graphics/gui/browserbox.xml index 3d0d028cf..621be46f3 100644 --- a/data/graphics/gui/browserbox.xml +++ b/data/graphics/gui/browserbox.xml @@ -3,5 +3,6 @@ <widget type="Window"> <option name="padding" value="1" /> <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="0" /> </widget> </skinset> |