From c125fba9d2d36e074d4a2a64963b258188e163d7 Mon Sep 17 00:00:00 2001 From: scrawl Date: Fri, 4 May 2012 18:44:46 +0200 Subject: [PATCH] button mouse-over image change working --- files/mygui/CMakeLists.txt | 2 +- files/mygui/core.xml | 2 +- files/mygui/openmw_book_layout.xml | 8 ++- files/mygui/openmw_images.xml | 39 ------------- files/mygui/openmw_resources.xml | 86 ++++++++++++++++++++++++++++ files/mygui/openmw_scroll_layout.xml | 9 ++- 6 files changed, 101 insertions(+), 45 deletions(-) delete mode 100644 files/mygui/openmw_images.xml create mode 100644 files/mygui/openmw_resources.xml diff --git a/files/mygui/CMakeLists.txt b/files/mygui/CMakeLists.txt index 2c380cd7e..f712ea67d 100644 --- a/files/mygui/CMakeLists.txt +++ b/files/mygui/CMakeLists.txt @@ -9,7 +9,7 @@ configure_file("${SDIR}/black.png" "${DDIR}/black.png" COPYONLY) configure_file("${SDIR}/core.skin" "${DDIR}/core.skin" COPYONLY) configure_file("${SDIR}/core.xml" "${DDIR}/core.xml" COPYONLY) configure_file("${SDIR}/mwgui.png" "${DDIR}/mwgui.png" COPYONLY) -configure_file("${SDIR}/openmw_images.xml" "${DDIR}/openmw_images.xml" COPYONLY) +configure_file("${SDIR}/openmw_resources.xml" "${DDIR}/openmw_resources.xml" COPYONLY) configure_file("${SDIR}/openmw_settings.xml" "${DDIR}/openmw_settings.xml" COPYONLY) configure_file("${SDIR}/openmw_box.skin.xml" "${DDIR}/openmw_box.skin.xml" COPYONLY) configure_file("${SDIR}/openmw_button.skin.xml" "${DDIR}/openmw_button.skin.xml" COPYONLY) diff --git a/files/mygui/core.xml b/files/mygui/core.xml index c0a29d1f6..e1fb1b5e2 100644 --- a/files/mygui/core.xml +++ b/files/mygui/core.xml @@ -2,7 +2,7 @@ - + diff --git a/files/mygui/openmw_book_layout.xml b/files/mygui/openmw_book_layout.xml index ccf494860..f43c38b5e 100644 --- a/files/mygui/openmw_book_layout.xml +++ b/files/mygui/openmw_book_layout.xml @@ -9,8 +9,12 @@ - - + + + + + + diff --git a/files/mygui/openmw_images.xml b/files/mygui/openmw_images.xml deleted file mode 100644 index e149273e2..000000000 --- a/files/mygui/openmw_images.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/files/mygui/openmw_resources.xml b/files/mygui/openmw_resources.xml new file mode 100644 index 000000000..3dfc82cd1 --- /dev/null +++ b/files/mygui/openmw_resources.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/mygui/openmw_scroll_layout.xml b/files/mygui/openmw_scroll_layout.xml index b396931ed..8e2b1765f 100644 --- a/files/mygui/openmw_scroll_layout.xml +++ b/files/mygui/openmw_scroll_layout.xml @@ -7,9 +7,14 @@ - + + + + + + + -