the main application window now opens in fullscreen mode
This commit is contained in:
@@ -549,7 +549,7 @@ def main():
|
|||||||
pylot_form = MainWindow()
|
pylot_form = MainWindow()
|
||||||
|
|
||||||
# Show main window and run the app
|
# Show main window and run the app
|
||||||
pylot_form.show()
|
pylot_form.showMaximized()
|
||||||
pylot_app.exec_()
|
pylot_app.exec_()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user