Additional new icon design.
This commit is contained in:
parent
7559f45b5b
commit
653ab1ad4d
@ -1153,7 +1153,7 @@ def main():
|
|||||||
pylot_form = MainWindow()
|
pylot_form = MainWindow()
|
||||||
icon = QIcon()
|
icon = QIcon()
|
||||||
pylot_form.setWindowIcon(icon)
|
pylot_form.setWindowIcon(icon)
|
||||||
pylot_form.setIconSize(QSize(50, 50))
|
pylot_form.setIconSize(QSize(60, 60))
|
||||||
|
|
||||||
splash.showMessage('Loading. Please wait ...')
|
splash.showMessage('Loading. Please wait ...')
|
||||||
pylot_app.processEvents()
|
pylot_app.processEvents()
|
||||||
|
Loading…
Reference in New Issue
Block a user