diff main/main.cpp @ 489:c11a29843fe1 fullscreen

Start hacking in some fullscreen stuff (so far, this is just a mess)
author Chris Cannam
date Thu, 19 Jan 2012 15:34:33 +0000
parents 4bccf2014f80
children 3a85461ab9a7
line wrap: on
line diff
--- a/main/main.cpp	Thu Jan 19 14:44:35 2012 +0000
+++ b/main/main.cpp	Thu Jan 19 15:34:33 2012 +0000
@@ -352,6 +352,7 @@
     settings.endGroup();
     
     gui->show();
+    gui->goFullScreen();
 
     // The MainWindow class seems to have trouble dealing with this if
     // it tries to adapt to this preference before the constructor is