diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-13 02:16:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-13 02:16:32 +0300 |
commit | a42faf3f01378c00b2410905c7fb78f3b5270790 (patch) | |
tree | 53f2d347b4bb60f69d286939618e5394519eb1c8 /data | |
parent | 9d92f9ae55927283fb9f5a3855d654aba576c5f8 (diff) | |
download | plus-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.txt | 5 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 5 | ||||
-rw-r--r-- | data/graphics/gui/radio.xml | 8 | ||||
-rw-r--r-- | data/graphics/gui/radioin.png | bin | 454 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/radioin_highlight.png | bin | 485 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/radioout.png | bin | 380 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/radioout_highlight.png | bin | 434 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/window.png | bin | 16084 -> 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 Binary files differdeleted file mode 100644 index 12e027fec..000000000 --- a/data/graphics/gui/radioin.png +++ /dev/null diff --git a/data/graphics/gui/radioin_highlight.png b/data/graphics/gui/radioin_highlight.png Binary files differdeleted file mode 100644 index b193d3e30..000000000 --- a/data/graphics/gui/radioin_highlight.png +++ /dev/null diff --git a/data/graphics/gui/radioout.png b/data/graphics/gui/radioout.png Binary files differdeleted file mode 100644 index 5eb67bd85..000000000 --- a/data/graphics/gui/radioout.png +++ /dev/null diff --git a/data/graphics/gui/radioout_highlight.png b/data/graphics/gui/radioout_highlight.png Binary files differdeleted file mode 100644 index dd31e6e30..000000000 --- a/data/graphics/gui/radioout_highlight.png +++ /dev/null diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png Binary files differindex c0840e7ae..814111175 100644 --- a/data/graphics/gui/window.png +++ b/data/graphics/gui/window.png |