summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-13 01:20:14 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-13 01:20:14 +0300
commit49549db4517dd7f1ec1d66626578296f5524517b (patch)
tree8914d1194881537d5dabaf19cd253fe9969a87fa /data
parentc5151e4f593a688d2af71169c44b688f6e67c999 (diff)
downloadplus-49549db4517dd7f1ec1d66626578296f5524517b.tar.gz
plus-49549db4517dd7f1ec1d66626578296f5524517b.tar.bz2
plus-49549db4517dd7f1ec1d66626578296f5524517b.tar.xz
plus-49549db4517dd7f1ec1d66626578296f5524517b.zip
Change avatar list box theming.
Diffstat (limited to 'data')
-rw-r--r--data/graphics/gui/CMakeLists.txt4
-rw-r--r--data/graphics/gui/Makefile.am4
-rw-r--r--data/graphics/gui/circle-gray.pngbin300 -> 0 bytes
-rw-r--r--data/graphics/gui/circle-green.pngbin328 -> 0 bytes
-rw-r--r--data/graphics/gui/circle-off.xml5
-rw-r--r--data/graphics/gui/circle-on.xml5
-rw-r--r--data/graphics/gui/window.pngbin14682 -> 15332 bytes
7 files changed, 14 insertions, 4 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index 00acf90f9..a8be383b2 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -6,8 +6,8 @@ SET (FILES
button_pressed.xml
buttonplay.png
checkbox.png
- circle-gray.png
- circle-green.png
+ circle-off.xml
+ circle-on.xml
colors.xml
dropdown.xml
dropdown_background.xml
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index 1567f2752..7cd231eae 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -9,8 +9,8 @@ gui_DATA = \
button_pressed.xml \
buttonplay.png \
checkbox.png \
- circle-gray.png \
- circle-green.png \
+ circle-off.xml \
+ circle-on.xml \
colors.xml \
dropdown.xml \
dropdown_background.xml \
diff --git a/data/graphics/gui/circle-gray.png b/data/graphics/gui/circle-gray.png
deleted file mode 100644
index 3e884f405..000000000
--- a/data/graphics/gui/circle-gray.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/circle-green.png b/data/graphics/gui/circle-green.png
deleted file mode 100644
index 2c98e9ef1..000000000
--- a/data/graphics/gui/circle-green.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/circle-off.xml b/data/graphics/gui/circle-off.xml
new file mode 100644
index 000000000..8d35ab4f2
--- /dev/null
+++ b/data/graphics/gui/circle-off.xml
@@ -0,0 +1,5 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <part type="standart" xpos="105" ypos="164" width="16" height="16" />
+ </widget>
+</skinset>
diff --git a/data/graphics/gui/circle-on.xml b/data/graphics/gui/circle-on.xml
new file mode 100644
index 000000000..4afe34024
--- /dev/null
+++ b/data/graphics/gui/circle-on.xml
@@ -0,0 +1,5 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <part type="standart" xpos="89" ypos="164" width="16" height="16" />
+ </widget>
+</skinset>
diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png
index 5eeb95ab5..477602fa6 100644
--- a/data/graphics/gui/window.png
+++ b/data/graphics/gui/window.png
Binary files differ