summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-02-11 17:00:37 +0100
committerPhilipp Sehmisch <crush@themanaworld.org>2009-02-11 17:01:21 +0100
commitd68f3fa13297cf4c8d29753e48c684496852ceba (patch)
tree02bdd9db3af1244316774e2e56eec3e3811aaa16 /data
parent9b4febf79ecd220807d4a462d5945aa0aa561269 (diff)
downloadmana-client-d68f3fa13297cf4c8d29753e48c684496852ceba.tar.gz
mana-client-d68f3fa13297cf4c8d29753e48c684496852ceba.tar.bz2
mana-client-d68f3fa13297cf4c8d29753e48c684496852ceba.tar.xz
mana-client-d68f3fa13297cf4c8d29753e48c684496852ceba.zip
Restored QOALs speech bubble
Diffstat (limited to 'data')
-rw-r--r--data/graphics/gui/speech_bubble.pngbin2031 -> 0 bytes
-rw-r--r--data/graphics/gui/speechbubble.xml24
2 files changed, 12 insertions, 12 deletions
diff --git a/data/graphics/gui/speech_bubble.png b/data/graphics/gui/speech_bubble.png
deleted file mode 100644
index 3e678099..00000000
--- a/data/graphics/gui/speech_bubble.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/speechbubble.xml b/data/graphics/gui/speechbubble.xml
index 1b11ea85..8715027d 100644
--- a/data/graphics/gui/speechbubble.xml
+++ b/data/graphics/gui/speechbubble.xml
@@ -1,18 +1,18 @@
-<skinset name="SpeechBubble" image="speech_bubble.png">
+<skinset name="SpeechBubble" image="bubble.png">
<widget type="Window">
<!-- Top Row -->
- <part type="top-left-corner" xpos="0" ypos="0" width="14" height="14" />
- <part type="top-edge" xpos="15" ypos="0" width="1" height="14" />
- <part type="top-right-corner" xpos="17" ypos="0" width="17" height="14" />
+ <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="15" width="14" height="1" />
- <part type="bg-quad" xpos="34" ypos="0" width="32" height="32" />
- <part type="right-edge" xpos="17" ypos="15" width="17" height="1" />
+ <!-- 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="17" width="14" height="17" />
- <part type="bottom-edge" xpos="15" ypos="17" width="1" height="17" />
- <part type="bottom-right-corner" xpos="17" ypos="17" width="17" height="17" />
+ <!-- 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> \ No newline at end of file