[update] make PyLoT icon great again

(bugfix and color change for visibility on dark system background)
This commit is contained in:
Marcel Paffrath 2017-09-12 16:37:26 +02:00
parent f2f908f8b5
commit 4269256469
4 changed files with 5123 additions and 2930 deletions

View File

@ -3218,8 +3218,7 @@ def main(args=None):
# create the main window
pylot_form = MainWindow(infile=pylot_infile)
icon = QIcon()
pylot_form.setWindowIcon(icon)
pylot_form.setWindowIcon(app_icon)
pylot_form.setIconSize(QSize(60, 60))
# set other App information

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 39 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff