summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-11 03:12:22 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-13 01:02:41 +0300
commitc3b31b434fa392e22783d4a4b7fb007245c605db (patch)
tree5a25af0d8603364f77e9da98860a27284ec1caf3 /data
parent1df2b0fb0bc00991eb506ed8915be4b7674e534d (diff)
downloadplus-c3b31b434fa392e22783d4a4b7fb007245c605db.tar.gz
plus-c3b31b434fa392e22783d4a4b7fb007245c605db.tar.bz2
plus-c3b31b434fa392e22783d4a4b7fb007245c605db.tar.xz
plus-c3b31b434fa392e22783d4a4b7fb007245c605db.zip
Change resize grip theming.
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/resize.pngbin443 -> 0 bytes
-rw-r--r--data/graphics/gui/resize.xml5
4 files changed, 7 insertions, 2 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index 0fe74e18c..00acf90f9 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -22,7 +22,7 @@ SET (FILES
radioin_highlight.png
radioout.png
radioout_highlight.png
- resize.png
+ resize.xml
scroll.xml
scroll_background.xml
scroll_highlighted.xml
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index 0e99c8a98..1567f2752 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -25,7 +25,7 @@ gui_DATA = \
radioin_highlight.png \
radioout.png \
radioout_highlight.png \
- resize.png \
+ resize.xml \
scroll.xml \
scroll_background.xml \
scroll_highlighted.xml \
diff --git a/data/graphics/gui/resize.png b/data/graphics/gui/resize.png
deleted file mode 100644
index 6b31ac64b..000000000
--- a/data/graphics/gui/resize.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/resize.xml b/data/graphics/gui/resize.xml
new file mode 100644
index 000000000..8a21b7382
--- /dev/null
+++ b/data/graphics/gui/resize.xml
@@ -0,0 +1,5 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <part type="standart" xpos="160" ypos="0" width="15" height="12" />
+ </widget>
+</skinset>