From 9a56f664df9478e2caf79a5957a34b39eddc28e2 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 14 Jun 2011 18:35:09 +0200 Subject: Misc UI changes and fixes. - Edited Transparent widgets - Added new cursor (source: http://www.openclipart.org/detail/17539, public domain) - Set AutoScaled to false on both image sets --- GUI/Transparent.imageset | 4 ++-- GUI/Transparent.png | Bin 4692 -> 2546 bytes GUI/Transparent.xcf | Bin 0 -> 17552 bytes GUI/Vanilla.imageset | 2 +- gui.cpp | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 GUI/Transparent.xcf diff --git a/GUI/Transparent.imageset b/GUI/Transparent.imageset index 8d317dd..3259aa3 100644 --- a/GUI/Transparent.imageset +++ b/GUI/Transparent.imageset @@ -1,5 +1,5 @@ - + @@ -17,5 +17,5 @@ - + diff --git a/GUI/Transparent.png b/GUI/Transparent.png index 3da2c88..7fb7b04 100644 Binary files a/GUI/Transparent.png and b/GUI/Transparent.png differ diff --git a/GUI/Transparent.xcf b/GUI/Transparent.xcf new file mode 100644 index 0000000..b0ee21f Binary files /dev/null and b/GUI/Transparent.xcf differ diff --git a/GUI/Vanilla.imageset b/GUI/Vanilla.imageset index 0136e55..61c38a8 100644 --- a/GUI/Vanilla.imageset +++ b/GUI/Vanilla.imageset @@ -1,5 +1,5 @@ - + diff --git a/gui.cpp b/gui.cpp index df865ea..be6b28f 100644 --- a/gui.cpp +++ b/gui.cpp @@ -34,7 +34,7 @@ void GUI::init() { FontManager::getSingleton().create("VeraMono.font"); System::getSingleton().setDefaultFont( "VeraMono" ); - System::getSingleton().setDefaultMouseCursor( "Vanilla-Images", "MouseArrow" ); + System::getSingleton().setDefaultMouseCursor( "Transparent-Images", "MouseArrow" ); WindowManager& wmgr(WindowManager::getSingleton()); -- cgit v1.2.3