diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-15 00:37:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-15 00:37:34 +0300 |
commit | 1361ff1aa1fd5d4b2bf1ff18d3b5bbf36b8ff734 (patch) | |
tree | 0c27bc66a83d9caeb3170638013c2c7853528bd4 /data/graphics | |
parent | 9802d5dd75312b8eacc4fd342b33b036980a8bf6 (diff) | |
download | plus-1361ff1aa1fd5d4b2bf1ff18d3b5bbf36b8ff734.tar.gz plus-1361ff1aa1fd5d4b2bf1ff18d3b5bbf36b8ff734.tar.bz2 plus-1361ff1aa1fd5d4b2bf1ff18d3b5bbf36b8ff734.tar.xz plus-1361ff1aa1fd5d4b2bf1ff18d3b5bbf36b8ff734.zip |
Change text buble theming.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 | ||||
-rw-r--r-- | data/graphics/gui/bubble.png | bin | 407 -> 390 bytes | |||
-rw-r--r-- | data/graphics/gui/bubble.xml | 18 |
4 files changed, 20 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 713c6ffd2..5fda34b34 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -1,5 +1,6 @@ SET (FILES bubble.png + bubble.xml button.xml button_disabled.xml button_highlighted.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 81c7da04f..f058c3bcc 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -3,6 +3,7 @@ guidir = $(pkgdatadir)/data/graphics/gui gui_DATA = \ bubble.png \ + bubble.xml \ button.xml \ button_disabled.xml \ button_highlighted.xml \ diff --git a/data/graphics/gui/bubble.png b/data/graphics/gui/bubble.png Binary files differindex 45322eb2e..72ef7ca6a 100644 --- a/data/graphics/gui/bubble.png +++ b/data/graphics/gui/bubble.png diff --git a/data/graphics/gui/bubble.xml b/data/graphics/gui/bubble.xml new file mode 100644 index 000000000..916428182 --- /dev/null +++ b/data/graphics/gui/bubble.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="bubble.png"> + <widget type="Window"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> + <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="5" /> + <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" /> + <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> + <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> + </widget> +</skinset> |