Improved EET integration- switch to online/offline mode now possible.
Application starts to maximized window.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user