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/gui/bubble.xml | |
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/gui/bubble.xml')
-rw-r--r-- | data/graphics/gui/bubble.xml | 18 |
1 files changed, 18 insertions, 0 deletions
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> |