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 | |
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')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 | ||||
-rw-r--r-- | data/graphics/gui/speechbrowserbox.xml | 10 | ||||
-rw-r--r-- | data/graphics/gui/speechbubble.xml | 3 |
4 files changed, 15 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 45e615244..870b86b60 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -66,6 +66,7 @@ SET (FILES shop.xml slider.xml slider_highlighted.xml + speechbrowserbox.xml speechbubble.xml tab.xml tab_highlighted.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index dbe1498ac..50ea62178 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -69,6 +69,7 @@ gui_DATA = \ shop.xml \ slider.xml \ slider_highlighted.xml \ + speechbrowserbox.xml \ speechbubble.xml \ tab.xml \ tab_highlighted.xml \ diff --git a/data/graphics/gui/speechbrowserbox.xml b/data/graphics/gui/speechbrowserbox.xml new file mode 100644 index 000000000..281683021 --- /dev/null +++ b/data/graphics/gui/speechbrowserbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="0" /> + <option name="newLinePadding" value="0" /> + <option name="itemPadding" value="0" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="1" /> + </widget> +</skinset> 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" /> |