the main application window now opens in fullscreen mode
This commit is contained in:
parent
7635f790fd
commit
b42f88605b
@ -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_()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user