Improved EET integration- switch to online/offline mode now possible.

Application starts to maximized window.
This commit is contained in:
2017-02-24 23:19:46 +01:00
parent abed951e1f
commit 9418d739e6
7 changed files with 81 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ int main(int argc, char *argv[])
MainWindow w;
w.move(QApplication::desktop()->screen()->rect().center() - w.rect().center());
w.show();
w.showMaximized();
return a.exec();
}