Additional new icon design.

This commit is contained in:
Ludger Küperkoch 2017-02-17 17:46:04 +01:00
parent 7559f45b5b
commit 653ab1ad4d

View File

@ -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()