diff options
Diffstat (limited to 'data/graphics/gui')
-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" /> |