summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-13 02:16:32 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-13 02:16:32 +0300
commita42faf3f01378c00b2410905c7fb78f3b5270790 (patch)
tree53f2d347b4bb60f69d286939618e5394519eb1c8 /data
parent9d92f9ae55927283fb9f5a3855d654aba576c5f8 (diff)
downloadplus-a42faf3f01378c00b2410905c7fb78f3b5270790.tar.gz
plus-a42faf3f01378c00b2410905c7fb78f3b5270790.tar.bz2
plus-a42faf3f01378c00b2410905c7fb78f3b5270790.tar.xz
plus-a42faf3f01378c00b2410905c7fb78f3b5270790.zip
Change radio button theming.
Diffstat (limited to 'data')
-rw-r--r--data/graphics/gui/CMakeLists.txt5
-rw-r--r--data/graphics/gui/Makefile.am5
-rw-r--r--data/graphics/gui/radio.xml8
-rw-r--r--data/graphics/gui/radioin.pngbin454 -> 0 bytes
-rw-r--r--data/graphics/gui/radioin_highlight.pngbin485 -> 0 bytes
-rw-r--r--data/graphics/gui/radioout.pngbin380 -> 0 bytes
-rw-r--r--data/graphics/gui/radioout_highlight.pngbin434 -> 0 bytes
-rw-r--r--data/graphics/gui/window.pngbin16084 -> 17037 bytes
8 files changed, 10 insertions, 8 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index 6cd7c3698..e5f01895a 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -20,10 +20,7 @@ SET (FILES
playerbox_background.xml
progress-indicator.png
progressbar.xml
- radioin.png
- radioin_highlight.png
- radioout.png
- radioout_highlight.png
+ radio.xml
resize.xml
scroll.xml
scroll_background.xml
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index f43d75e38..d2e5c1534 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -23,10 +23,7 @@ gui_DATA = \
playerbox_background.xml \
progress-indicator.png \
progressbar.xml \
- radioin.png \
- radioin_highlight.png \
- radioout.png \
- radioout_highlight.png \
+ radio.xml \
resize.xml \
scroll.xml \
scroll_background.xml \
diff --git a/data/graphics/gui/radio.xml b/data/graphics/gui/radio.xml
new file mode 100644
index 000000000..d825e5973
--- /dev/null
+++ b/data/graphics/gui/radio.xml
@@ -0,0 +1,8 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window" xpos="137" ypos="132">
+ <part type="in" xpos="0" ypos="0" width="10" height="10" />
+ <part type="in-highlighted" xpos="14" ypos="0" width="10" height="10" />
+ <part type="out" xpos="0" ypos="14" width="10" height="10" />
+ <part type="out-highlighted" xpos="14" ypos="14" width="10" height="10" />
+ </widget>
+</skinset>
diff --git a/data/graphics/gui/radioin.png b/data/graphics/gui/radioin.png
deleted file mode 100644
index 12e027fec..000000000
--- a/data/graphics/gui/radioin.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/radioin_highlight.png b/data/graphics/gui/radioin_highlight.png
deleted file mode 100644
index b193d3e30..000000000
--- a/data/graphics/gui/radioin_highlight.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/radioout.png b/data/graphics/gui/radioout.png
deleted file mode 100644
index 5eb67bd85..000000000
--- a/data/graphics/gui/radioout.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/radioout_highlight.png b/data/graphics/gui/radioout_highlight.png
deleted file mode 100644
index dd31e6e30..000000000
--- a/data/graphics/gui/radioout_highlight.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png
index c0840e7ae..814111175 100644
--- a/data/graphics/gui/window.png
+++ b/data/graphics/gui/window.png
Binary files differ