diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-13 12:33:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-13 12:33:40 +0300 |
commit | 5e2e0806b135afc33c949b0c7b03da48636f4512 (patch) | |
tree | cb4fff92594a0052d2746df2d3e2a7bee32cf36f /data/graphics | |
parent | c5f980195ebf4e249b8759d660a703803fc3e369 (diff) | |
download | plus-5e2e0806b135afc33c949b0c7b03da48636f4512.tar.gz plus-5e2e0806b135afc33c949b0c7b03da48636f4512.tar.bz2 plus-5e2e0806b135afc33c949b0c7b03da48636f4512.tar.xz plus-5e2e0806b135afc33c949b0c7b03da48636f4512.zip |
add theme file for connection dialog.
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/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> |