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/popupbrowserbox.xml | 8 |
3 files changed, 10 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index afb414b4c..de2a9b109 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -45,6 +45,7 @@ SET (FILES playerbox.xml playerboxselected.xml popup.xml + popupbrowserbox.xml progress-indicator.png progressbar.xml quests.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index c3c8f5990..0b82339be 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -48,6 +48,7 @@ gui_DATA = \ playerbox.xml \ playerboxselected.xml \ popup.xml \ + popupbrowserbox.xml \ progress-indicator.png \ progressbar.xml \ quests.xml \ diff --git a/data/graphics/gui/popupbrowserbox.xml b/data/graphics/gui/popupbrowserbox.xml new file mode 100644 index 000000000..0e61ff0e9 --- /dev/null +++ b/data/graphics/gui/popupbrowserbox.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="1" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="1" /> + </widget> +</skinset> |