summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-11 02:07:42 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-13 01:02:41 +0300
commit1df2b0fb0bc00991eb506ed8915be4b7674e534d (patch)
tree32b5d5c53063b221a089329ffbf84851f5f8b281 /data
parent47e405bb722a222ae7e536bbada2c44d8ea0cd73 (diff)
downloadplus-1df2b0fb0bc00991eb506ed8915be4b7674e534d.tar.gz
plus-1df2b0fb0bc00991eb506ed8915be4b7674e534d.tar.bz2
plus-1df2b0fb0bc00991eb506ed8915be4b7674e534d.tar.xz
plus-1df2b0fb0bc00991eb506ed8915be4b7674e534d.zip
Change theme loading.
Diffstat (limited to 'data')
-rw-r--r--data/graphics/gui/CMakeLists.txt2
-rw-r--r--data/graphics/gui/Makefile.am2
-rw-r--r--data/graphics/gui/close_button.pngbin650 -> 0 bytes
-rw-r--r--data/graphics/gui/sticky_button.pngbin526 -> 0 bytes
-rw-r--r--data/graphics/gui/window.pngbin13236 -> 14682 bytes
-rw-r--r--data/graphics/gui/window.xml4
6 files changed, 4 insertions, 4 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index af8e0b2b2..0fe74e18c 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -8,7 +8,6 @@ SET (FILES
checkbox.png
circle-gray.png
circle-green.png
- close_button.png
colors.xml
dropdown.xml
dropdown_background.xml
@@ -33,7 +32,6 @@ SET (FILES
slider.xml
slider_highlighted.xml
speechbubble.xml
- sticky_button.png
tab.xml
tab_highlighted.xml
tab_selected.xml
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index 75ea12a3a..0e99c8a98 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -11,7 +11,6 @@ gui_DATA = \
checkbox.png \
circle-gray.png \
circle-green.png \
- close_button.png \
colors.xml \
dropdown.xml \
dropdown_background.xml \
@@ -36,7 +35,6 @@ gui_DATA = \
slider.xml \
slider_highlighted.xml \
speechbubble.xml \
- sticky_button.png \
tab.xml \
tab_highlighted.xml \
tab_selected.xml \
diff --git a/data/graphics/gui/close_button.png b/data/graphics/gui/close_button.png
deleted file mode 100644
index f87cc2a91..000000000
--- a/data/graphics/gui/close_button.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/sticky_button.png b/data/graphics/gui/sticky_button.png
deleted file mode 100644
index 8c5705736..000000000
--- a/data/graphics/gui/sticky_button.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png
index 2e3454976..5eeb95ab5 100644
--- a/data/graphics/gui/window.png
+++ b/data/graphics/gui/window.png
Binary files differ
diff --git a/data/graphics/gui/window.xml b/data/graphics/gui/window.xml
index f27dbc7f3..1b1d7b30e 100644
--- a/data/graphics/gui/window.xml
+++ b/data/graphics/gui/window.xml
@@ -14,5 +14,9 @@
<part type="bottom-left-corner" xpos="0" ypos="220" width="4" height="4" />
<part type="bottom-edge" xpos="4" ypos="220" width="32" height="4" />
<part type="bottom-right-corner" xpos="36" ypos="220" width="4" height="4" />
+
+ <part type="closeImage" xpos="130" ypos="0" width="15" height="15" />
+ <part type="stickyImageUp" xpos="130" ypos="51" width="15" height="15" />
+ <part type="stickyImageDown" xpos="145" ypos="51" width="15" height="15" />
</widget>
</skinset>