From b20aff87e4dabf9c9eb6654ddce17aa65d89cdce Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Jul 2012 00:12:40 +0300 Subject: Change dropdown theming. --- data/graphics/gui/CMakeLists.txt | 3 +++ data/graphics/gui/Makefile.am | 3 +++ data/graphics/gui/dropdown.xml | 6 ++++++ data/graphics/gui/dropdown_background.xml | 18 ++++++++++++++++++ data/graphics/gui/dropdown_pressed.xml | 6 ++++++ data/graphics/gui/window.png | Bin 11802 -> 11875 bytes 6 files changed, 36 insertions(+) create mode 100644 data/graphics/gui/dropdown.xml create mode 100644 data/graphics/gui/dropdown_background.xml create mode 100644 data/graphics/gui/dropdown_pressed.xml (limited to 'data/graphics/gui') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index dcd6ec8ce..8ba9034b0 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -11,6 +11,9 @@ SET (FILES close_button.png colors.xml deepbox.png + dropdown.xml + dropdown_background.xml + dropdown_pressed.xml equipmentbox.png item_shortcut_bgr.png mouse.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index cedb9011a..a0546aaa3 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -14,6 +14,9 @@ gui_DATA = \ close_button.png \ colors.xml \ deepbox.png \ + dropdown.xml \ + dropdown_background.xml \ + dropdown_pressed.xml \ equipmentbox.png \ item_shortcut_bgr.png \ mouse.png \ diff --git a/data/graphics/gui/dropdown.xml b/data/graphics/gui/dropdown.xml new file mode 100644 index 000000000..d9002dcfc --- /dev/null +++ b/data/graphics/gui/dropdown.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/data/graphics/gui/dropdown_background.xml b/data/graphics/gui/dropdown_background.xml new file mode 100644 index 000000000..4a63cf25c --- /dev/null +++ b/data/graphics/gui/dropdown_background.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/graphics/gui/dropdown_pressed.xml b/data/graphics/gui/dropdown_pressed.xml new file mode 100644 index 000000000..ac310d613 --- /dev/null +++ b/data/graphics/gui/dropdown_pressed.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png index 81a1526dc..f0da0dce7 100644 Binary files a/data/graphics/gui/window.png and b/data/graphics/gui/window.png differ -- cgit v1.2.3-70-g09d2