diff options
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/listbox.xml | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 7eee1de13..bc5cd64c6 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -26,6 +26,7 @@ SET (FILES item_selection.xml item_shortcut_background.xml label.xml + listbox.xml mouse.png playerbox_background.xml popup.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 5c8c65677..eaa53b58b 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -29,6 +29,7 @@ gui_DATA = \ item_selection.xml \ item_shortcut_background.xml \ label.xml \ + listbox.xml \ mouse.png \ playerbox_background.xml \ popup.xml \ diff --git a/data/graphics/gui/listbox.xml b/data/graphics/gui/listbox.xml new file mode 100644 index 000000000..406213a2a --- /dev/null +++ b/data/graphics/gui/listbox.xml @@ -0,0 +1,5 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="1" /> + </widget> +</skinset> |