diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-14 14:31:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-14 14:41:44 +0300 |
commit | 0223ec3def25886c7240f57ed1eedb7f7bf06ef6 (patch) | |
tree | bbeaa441999cf4a5e5941f7a713da36177e05989 | |
parent | 808b1b76cfb16f58d461a8e7f5573dc2539d620b (diff) | |
download | plus-0223ec3def25886c7240f57ed1eedb7f7bf06ef6.tar.gz plus-0223ec3def25886c7240f57ed1eedb7f7bf06ef6.tar.bz2 plus-0223ec3def25886c7240f57ed1eedb7f7bf06ef6.tar.xz plus-0223ec3def25886c7240f57ed1eedb7f7bf06ef6.zip |
Convert enchilado theme to new format.
-rw-r--r-- | data/themes/enchilado/CMakeLists.txt | 7 | ||||
-rw-r--r-- | data/themes/enchilado/Makefile.am | 7 | ||||
-rw-r--r-- | data/themes/enchilado/button.png | bin | 2659 -> 0 bytes | |||
-rw-r--r-- | data/themes/enchilado/button_disabled.png | bin | 2659 -> 0 bytes | |||
-rw-r--r-- | data/themes/enchilado/buttonhi.png | bin | 2659 -> 0 bytes | |||
-rw-r--r-- | data/themes/enchilado/buttonpress.png | bin | 2659 -> 0 bytes | |||
-rw-r--r-- | data/themes/enchilado/tab.png | bin | 867 -> 0 bytes | |||
-rw-r--r-- | data/themes/enchilado/tab_hilight.png | bin | 2344 -> 0 bytes | |||
-rw-r--r-- | data/themes/enchilado/tabselected.png | bin | 2344 -> 0 bytes | |||
-rw-r--r-- | data/themes/enchilado/window.png | bin | 7500 -> 23896 bytes | |||
-rw-r--r-- | data/themes/enchilado/window.xml | 3 |
11 files changed, 1 insertions, 16 deletions
diff --git a/data/themes/enchilado/CMakeLists.txt b/data/themes/enchilado/CMakeLists.txt index 8b6277eaf..390a1ba4a 100644 --- a/data/themes/enchilado/CMakeLists.txt +++ b/data/themes/enchilado/CMakeLists.txt @@ -1,12 +1,5 @@ SET (FILES - button.png - button_disabled.png - buttonhi.png - buttonpress.png colors.xml - tab.png - tab_hilight.png - tabselected.png window.png window.xml ) diff --git a/data/themes/enchilado/Makefile.am b/data/themes/enchilado/Makefile.am index 1ca9924a3..289cd7a9a 100644 --- a/data/themes/enchilado/Makefile.am +++ b/data/themes/enchilado/Makefile.am @@ -2,14 +2,7 @@ guidir = $(pkgdatadir)/data/themes/enchilado gui_DATA = \ - button.png \ - button_disabled.png \ - buttonhi.png \ - buttonpress.png \ colors.xml \ - tab.png \ - tab_hilight.png \ - tabselected.png \ window.png \ window.xml diff --git a/data/themes/enchilado/button.png b/data/themes/enchilado/button.png Binary files differdeleted file mode 100644 index f6fdeaa9e..000000000 --- a/data/themes/enchilado/button.png +++ /dev/null diff --git a/data/themes/enchilado/button_disabled.png b/data/themes/enchilado/button_disabled.png Binary files differdeleted file mode 100644 index d570fbad8..000000000 --- a/data/themes/enchilado/button_disabled.png +++ /dev/null diff --git a/data/themes/enchilado/buttonhi.png b/data/themes/enchilado/buttonhi.png Binary files differdeleted file mode 100644 index 6e2575c1b..000000000 --- a/data/themes/enchilado/buttonhi.png +++ /dev/null diff --git a/data/themes/enchilado/buttonpress.png b/data/themes/enchilado/buttonpress.png Binary files differdeleted file mode 100644 index 03b01d4f2..000000000 --- a/data/themes/enchilado/buttonpress.png +++ /dev/null diff --git a/data/themes/enchilado/tab.png b/data/themes/enchilado/tab.png Binary files differdeleted file mode 100644 index 3a00d7d12..000000000 --- a/data/themes/enchilado/tab.png +++ /dev/null diff --git a/data/themes/enchilado/tab_hilight.png b/data/themes/enchilado/tab_hilight.png Binary files differdeleted file mode 100644 index 67eecc2a5..000000000 --- a/data/themes/enchilado/tab_hilight.png +++ /dev/null diff --git a/data/themes/enchilado/tabselected.png b/data/themes/enchilado/tabselected.png Binary files differdeleted file mode 100644 index 259d3d343..000000000 --- a/data/themes/enchilado/tabselected.png +++ /dev/null diff --git a/data/themes/enchilado/window.png b/data/themes/enchilado/window.png Binary files differindex 1d1b5bb34..f906c31fc 100644 --- a/data/themes/enchilado/window.png +++ b/data/themes/enchilado/window.png diff --git a/data/themes/enchilado/window.xml b/data/themes/enchilado/window.xml index 015c6ce32..606e65d8e 100644 --- a/data/themes/enchilado/window.xml +++ b/data/themes/enchilado/window.xml @@ -1,6 +1,5 @@ <skinset name="Default" image="window.png"> - <widget type="Window"> - <!-- <option name="padding" value="5" /> --> + <widget type="Window" xpos="190" ypos="30"> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> |