summaryrefslogtreecommitdiff
path: root/gui.cpp
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-06-14 18:35:09 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-06-14 18:35:09 +0200
commit9a56f664df9478e2caf79a5957a34b39eddc28e2 (patch)
tree88cd41533f015992d900979bae04a64413751476 /gui.cpp
parentc90bc73ff5cd413302d242c22540b29d0eedf0f8 (diff)
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
Diffstat (limited to 'gui.cpp')
-rw-r--r--gui.cpp2
1 files changed, 1 insertions, 1 deletions
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());