From 262ce6d0ee2737e8d24914e4ed35c29cc335060b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 12 Sep 2012 22:43:27 +0300 Subject: Add theming support for background for scrollbars. By default background is transparent. --- data/graphics/gui/CMakeLists.txt | 2 ++ data/graphics/gui/Makefile.am | 2 ++ data/graphics/gui/scroll_hbackground.xml | 12 ++++++++++++ data/graphics/gui/scroll_vbackground.xml | 13 +++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 data/graphics/gui/scroll_hbackground.xml create mode 100644 data/graphics/gui/scroll_vbackground.xml (limited to 'data/graphics/gui') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index f0e54313d..46a1db548 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -32,7 +32,9 @@ SET (FILES resize.xml scroll.xml scroll_background.xml + scroll_hbackground.xml scroll_highlighted.xml + scroll_vbackground.xml scrollbuttons.xml scrollbuttons_pressed.xml sell.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 824d7644f..bae374b8e 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -35,7 +35,9 @@ gui_DATA = \ resize.xml \ scroll.xml \ scroll_background.xml \ + scroll_hbackground.xml \ scroll_highlighted.xml \ + scroll_vbackground.xml \ scrollbuttons.xml \ scrollbuttons_pressed.xml\ sell.xml \ diff --git a/data/graphics/gui/scroll_hbackground.xml b/data/graphics/gui/scroll_hbackground.xml new file mode 100644 index 000000000..d8f9f6168 --- /dev/null +++ b/data/graphics/gui/scroll_hbackground.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/data/graphics/gui/scroll_vbackground.xml b/data/graphics/gui/scroll_vbackground.xml new file mode 100644 index 000000000..69566c35f --- /dev/null +++ b/data/graphics/gui/scroll_vbackground.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- cgit v1.2.3-60-g2f50