From 47e405bb722a222ae7e536bbada2c44d8ea0cd73 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Jul 2012 20:43:13 +0300 Subject: Change slider theming. --- data/graphics/gui/CMakeLists.txt | 4 ++-- data/graphics/gui/Makefile.am | 4 ++-- data/graphics/gui/slider.png | Bin 485 -> 0 bytes data/graphics/gui/slider.xml | 13 +++++++++++++ data/graphics/gui/slider_highlighted.xml | 13 +++++++++++++ data/graphics/gui/slider_hilight.png | Bin 444 -> 0 bytes data/graphics/gui/window.png | Bin 12406 -> 13236 bytes 7 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 data/graphics/gui/slider.png create mode 100644 data/graphics/gui/slider.xml create mode 100644 data/graphics/gui/slider_highlighted.xml delete mode 100644 data/graphics/gui/slider_hilight.png (limited to 'data/graphics/gui') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index b03b856c7..af8e0b2b2 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -30,8 +30,8 @@ SET (FILES scrollbuttons.xml scrollbuttons_pressed.xml selection.png - slider.png - slider_hilight.png + slider.xml + slider_highlighted.xml speechbubble.xml sticky_button.png tab.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index b8591a783..75ea12a3a 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -33,8 +33,8 @@ gui_DATA = \ scrollbuttons.xml \ scrollbuttons_pressed.xml\ selection.png \ - slider.png \ - slider_hilight.png \ + slider.xml \ + slider_highlighted.xml \ speechbubble.xml \ sticky_button.png \ tab.xml \ diff --git a/data/graphics/gui/slider.png b/data/graphics/gui/slider.png deleted file mode 100644 index 465ad0e88..000000000 Binary files a/data/graphics/gui/slider.png and /dev/null differ diff --git a/data/graphics/gui/slider.xml b/data/graphics/gui/slider.xml new file mode 100644 index 000000000..163e3258d --- /dev/null +++ b/data/graphics/gui/slider.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/data/graphics/gui/slider_highlighted.xml b/data/graphics/gui/slider_highlighted.xml new file mode 100644 index 000000000..af5f4a0e6 --- /dev/null +++ b/data/graphics/gui/slider_highlighted.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/data/graphics/gui/slider_hilight.png b/data/graphics/gui/slider_hilight.png deleted file mode 100644 index 37c780cd1..000000000 Binary files a/data/graphics/gui/slider_hilight.png and /dev/null differ diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png index 37395d0a2..2e3454976 100644 Binary files a/data/graphics/gui/window.png and b/data/graphics/gui/window.png differ -- cgit v1.2.3-60-g2f50