diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-16 19:51:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-16 20:05:42 +0300 |
commit | 7f7ac0e998506fb2b19b03ae4f2ef6ef04b87b13 (patch) | |
tree | ff445411d6b69e6f65f7f83bf7ff634974f472c6 /data/graphics/gui/speechbubble.xml | |
parent | bf3205aafa71fad7138e7be8a4b641907ec056ce (diff) | |
download | plus-7f7ac0e998506fb2b19b03ae4f2ef6ef04b87b13.tar.gz plus-7f7ac0e998506fb2b19b03ae4f2ef6ef04b87b13.tar.bz2 plus-7f7ac0e998506fb2b19b03ae4f2ef6ef04b87b13.tar.xz plus-7f7ac0e998506fb2b19b03ae4f2ef6ef04b87b13.zip |
fix speechbubble size.
Diffstat (limited to 'data/graphics/gui/speechbubble.xml')
-rw-r--r-- | data/graphics/gui/speechbubble.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/graphics/gui/speechbubble.xml b/data/graphics/gui/speechbubble.xml index 6b79718b3..5ca5b1e69 100644 --- a/data/graphics/gui/speechbubble.xml +++ b/data/graphics/gui/speechbubble.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <skinset name="SpeechBubble" image="bubble.png"> <widget type="Window"> + <option name="padding" value="4" /> + <option name="spacing" value="2" /> + <!-- 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" /> |