]> ruin.nu Git - eonsl.git/blobdiff - eonsl/main.cpp
I don't remember what I did to eonslp.pro, Makefile or eonsl.kdevprj. Probably just...
[eonsl.git] / eonsl / main.cpp
index fff91ba5d53d97f5534804aa84c7d9b5ddb37a3e..98aa47693e3ebbfc07cc2fc440c3982703362208 100644 (file)
@@ -36,6 +36,7 @@ int main(int argc, char *argv[])
   a.setMainWidget(eonsl);
 
   eonsl->setCaption("EonSL" VERSION);
+       eonsl->showMaximized();
   eonsl->show();
 
   return a.exec();