diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 | ||||
-rw-r--r-- | data/graphics/gui/connection.xml | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 497a21b00..45e615244 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -14,6 +14,7 @@ SET (FILES circle-on.xml colors.xml complete_icon.xml + connection.xml dbutton.xml dbutton_image.xml desktop.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 1e9ce625b..dbe1498ac 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -17,6 +17,7 @@ gui_DATA = \ circle-on.xml \ colors.xml \ complete_icon.xml \ + connection.xml \ dbutton.xml \ dbutton_image.xml \ desktop.xml \ diff --git a/data/graphics/gui/connection.xml b/data/graphics/gui/connection.xml new file mode 100644 index 000000000..18a7cfaa1 --- /dev/null +++ b/data/graphics/gui/connection.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + </widget> +</skinset> |