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/desktop.xml | 8 |
3 files changed, 10 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index d14f544f3..497a21b00 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -16,6 +16,7 @@ SET (FILES complete_icon.xml dbutton.xml dbutton_image.xml + desktop.xml dpad.xml dpad_image.xml dropdown.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 1e2315d09..1e9ce625b 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -19,6 +19,7 @@ gui_DATA = \ complete_icon.xml \ dbutton.xml \ dbutton_image.xml \ + desktop.xml \ dpad.xml \ dpad_image.xml \ dropdown.xml \ diff --git a/data/graphics/gui/desktop.xml b/data/graphics/gui/desktop.xml new file mode 100644 index 000000000..981dfde83 --- /dev/null +++ b/data/graphics/gui/desktop.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="showBackground" value="1" /> + <option name="versionX" value="25" /> + <option name="versionY" value="2" /> + </widget> +</skinset> |