the main application window now opens in fullscreen mode

This commit is contained in:
Sebastian Wehling-Benatelli 2015-06-25 10:25:08 +02:00
parent 7635f790fd
commit b42f88605b

View File

@ -549,7 +549,7 @@ def main():
pylot_form = MainWindow()
# Show main window and run the app
pylot_form.show()
pylot_form.showMaximized()
pylot_app.exec_()