From a42faf3f01378c00b2410905c7fb78f3b5270790 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Fri, 13 Jul 2012 02:16:32 +0300
Subject: Change radio button theming.

---
 data/graphics/gui/CMakeLists.txt         |   5 +----
 data/graphics/gui/Makefile.am            |   5 +----
 data/graphics/gui/radio.xml              |   8 ++++++++
 data/graphics/gui/radioin.png            | Bin 454 -> 0 bytes
 data/graphics/gui/radioin_highlight.png  | Bin 485 -> 0 bytes
 data/graphics/gui/radioout.png           | Bin 380 -> 0 bytes
 data/graphics/gui/radioout_highlight.png | Bin 434 -> 0 bytes
 data/graphics/gui/window.png             | Bin 16084 -> 17037 bytes
 8 files changed, 10 insertions(+), 8 deletions(-)
 create mode 100644 data/graphics/gui/radio.xml
 delete mode 100644 data/graphics/gui/radioin.png
 delete mode 100644 data/graphics/gui/radioin_highlight.png
 delete mode 100644 data/graphics/gui/radioout.png
 delete mode 100644 data/graphics/gui/radioout_highlight.png

(limited to 'data')

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
Binary files a/data/graphics/gui/radioin.png and /dev/null differ
diff --git a/data/graphics/gui/radioin_highlight.png b/data/graphics/gui/radioin_highlight.png
deleted file mode 100644
index b193d3e30..000000000
Binary files a/data/graphics/gui/radioin_highlight.png and /dev/null differ
diff --git a/data/graphics/gui/radioout.png b/data/graphics/gui/radioout.png
deleted file mode 100644
index 5eb67bd85..000000000
Binary files a/data/graphics/gui/radioout.png and /dev/null differ
diff --git a/data/graphics/gui/radioout_highlight.png b/data/graphics/gui/radioout_highlight.png
deleted file mode 100644
index dd31e6e30..000000000
Binary files a/data/graphics/gui/radioout_highlight.png and /dev/null differ
diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png
index c0840e7ae..814111175 100644
Binary files a/data/graphics/gui/window.png and b/data/graphics/gui/window.png differ
-- 
cgit v1.2.3-70-g09d2