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/onlinebrowserbox.xml | 8 |
3 files changed, 10 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index de2a9b109..d14f544f3 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -41,6 +41,7 @@ SET (FILES mouse.png npc.xml ok.xml + onlinebrowserbox.xml outfits.xml playerbox.xml playerboxselected.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 0b82339be..1e2315d09 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -44,6 +44,7 @@ gui_DATA = \ mouse.png \ npc.xml \ ok.xml \ + onlinebrowserbox.xml \ outfits.xml \ playerbox.xml \ playerboxselected.xml \ diff --git a/data/graphics/gui/onlinebrowserbox.xml b/data/graphics/gui/onlinebrowserbox.xml new file mode 100644 index 000000000..621be46f3 --- /dev/null +++ b/data/graphics/gui/onlinebrowserbox.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="0" /> + </widget> +</skinset> |