diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-09 14:48:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-09 14:50:43 +0300 |
commit | 1a341ad301c6fb8f2453b331efa20dbe5f70e49f (patch) | |
tree | 993aed24393c78811f7556023c429411ce6c8be8 /data/themes | |
parent | a45fb0b0677bb8b3700631d1edf9af855da3486e (diff) | |
download | plus-1a341ad301c6fb8f2453b331efa20dbe5f70e49f.tar.gz plus-1a341ad301c6fb8f2453b331efa20dbe5f70e49f.tar.bz2 plus-1a341ad301c6fb8f2453b331efa20dbe5f70e49f.tar.xz plus-1a341ad301c6fb8f2453b331efa20dbe5f70e49f.zip |
add separate theme file for browserbox in who is online window.
New theme file: onlinebrowserbox.xml
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/jewelry/onlinebrowserbox.xml | 8 |
3 files changed, 10 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index 89f3e31ea..1ddffb8f8 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -56,6 +56,7 @@ SET (FILES mouse.png npc.xml ok.xml + onlinebrowserbox.xml outfits.xml playerbox.xml playerboxselected.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index 09b90e1f5..856c06d57 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -59,6 +59,7 @@ gui_DATA = \ mouse.png \ npc.xml \ ok.xml \ + onlinebrowserbox.xml \ outfits.xml \ playerbox.xml \ playerboxselected.xml \ diff --git a/data/themes/jewelry/onlinebrowserbox.xml b/data/themes/jewelry/onlinebrowserbox.xml new file mode 100644 index 000000000..403dd839f --- /dev/null +++ b/data/themes/jewelry/onlinebrowserbox.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="0" /> + </widget> +</skinset> |