From d8aaca79e608c98dfa82f145b032ca94ce473138 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 13 Jul 2012 01:31:22 +0300 Subject: Change shortcuts windows theming. --- data/graphics/gui/CMakeLists.txt | 2 +- data/graphics/gui/Makefile.am | 2 +- data/graphics/gui/item_shortcut_background.xml | 5 +++++ data/graphics/gui/item_shortcut_bgr.png | Bin 284 -> 0 bytes data/graphics/gui/window.png | Bin 15332 -> 15435 bytes 5 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 data/graphics/gui/item_shortcut_background.xml delete mode 100644 data/graphics/gui/item_shortcut_bgr.png (limited to 'data/graphics') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index a8be383b2..f9c73c6fe 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -13,7 +13,7 @@ SET (FILES dropdown_background.xml dropdown_pressed.xml equipmentbox.png - item_shortcut_bgr.png + item_shortcut_background.xml mouse.png playerbox_background.xml progress-indicator.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 7cd231eae..2224bb467 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -16,7 +16,7 @@ gui_DATA = \ dropdown_background.xml \ dropdown_pressed.xml \ equipmentbox.png \ - item_shortcut_bgr.png \ + item_shortcut_background.xml \ mouse.png \ playerbox_background.xml \ progress-indicator.png \ diff --git a/data/graphics/gui/item_shortcut_background.xml b/data/graphics/gui/item_shortcut_background.xml new file mode 100644 index 000000000..2d9f2a9be --- /dev/null +++ b/data/graphics/gui/item_shortcut_background.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/data/graphics/gui/item_shortcut_bgr.png b/data/graphics/gui/item_shortcut_bgr.png deleted file mode 100644 index 0543e38ac..000000000 Binary files a/data/graphics/gui/item_shortcut_bgr.png and /dev/null differ diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png index 477602fa6..3c6cbbdb9 100644 Binary files a/data/graphics/gui/window.png and b/data/graphics/gui/window.png differ -- cgit v1.2.3-60-g2f50