diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-01-18 21:50:02 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-01-18 21:50:02 +0100 |
commit | f99ae49d7278bc14edb19fe141eac3ebe16b2376 (patch) | |
tree | 45ff0a8fdcd3fdcaae71333b80331d4161ff17ed | |
parent | ed554a37242e040162b878275f5862e05df00f8e (diff) | |
download | plus-f99ae49d7278bc14edb19fe141eac3ebe16b2376.tar.gz plus-f99ae49d7278bc14edb19fe141eac3ebe16b2376.tar.bz2 plus-f99ae49d7278bc14edb19fe141eac3ebe16b2376.tar.xz plus-f99ae49d7278bc14edb19fe141eac3ebe16b2376.zip |
Jewelry Theme: bars and icons on top left corner and windows button in top right corner position tuning.
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 2 | ||||
-rw-r--r-- | data/themes/jewelry/ministatus.xml | 11 | ||||
-rw-r--r-- | data/themes/jewelry/windowmenu.xml | 8 |
4 files changed, 23 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index 3d6622bad..41826c02c 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -37,6 +37,7 @@ SET (FILES listbox.xml login.xml map.xml + ministatus.xml mouse.png npc.xml ok.xml @@ -68,6 +69,7 @@ SET (FILES textfield.xml window.png window.xml + windowmenu.xml world.xml ) diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index 328173e7d..70234a5f0 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -40,6 +40,7 @@ gui_DATA = \ listbox.xml \ login.xml \ map.xml \ + ministatus.xml \ mouse.png \ npc.xml \ ok.xml \ @@ -71,6 +72,7 @@ gui_DATA = \ textfield.xml \ window.png \ window.xml \ + windowmenu.xml \ world.xml EXTRA_DIST = \ diff --git a/data/themes/jewelry/ministatus.xml b/data/themes/jewelry/ministatus.xml new file mode 100644 index 000000000..7db6eda92 --- /dev/null +++ b/data/themes/jewelry/ministatus.xml @@ -0,0 +1,11 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + + <option name="padding" value="5" /> + <option name="spacing" value="3" /> + + <option name="iconPadding" value="3" /> + <option name="iconSpacing" value="2" /> + + </widget> +</skinset> diff --git a/data/themes/jewelry/windowmenu.xml b/data/themes/jewelry/windowmenu.xml new file mode 100644 index 000000000..06f20bf2f --- /dev/null +++ b/data/themes/jewelry/windowmenu.xml @@ -0,0 +1,8 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + + <option name="padding" value="4" /> + <option name="spacing" value="3" /> + + </widget> +</skinset> |