diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-09 02:17:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:02:41 +0300 |
commit | 25ebec2265b2b995bb85ce74f25db8137ea9db87 (patch) | |
tree | 4d45452669ecf787d814b7bfa0180e88841e2a4f /data/graphics/gui/tab_highlighted.xml | |
parent | 9a36ae42e55ee9403d631dd7c027967350931fa6 (diff) | |
download | plus-25ebec2265b2b995bb85ce74f25db8137ea9db87.tar.gz plus-25ebec2265b2b995bb85ce74f25db8137ea9db87.tar.bz2 plus-25ebec2265b2b995bb85ce74f25db8137ea9db87.tar.xz plus-25ebec2265b2b995bb85ce74f25db8137ea9db87.zip |
Change tab theming.
Diffstat (limited to 'data/graphics/gui/tab_highlighted.xml')
-rw-r--r-- | data/graphics/gui/tab_highlighted.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/graphics/gui/tab_highlighted.xml b/data/graphics/gui/tab_highlighted.xml new file mode 100644 index 000000000..479a883fb --- /dev/null +++ b/data/graphics/gui/tab_highlighted.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" ypos="25"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> +</skinset> |