Message209756
> Related but separate issue. A TreeWidget used for browsing files uses the
> old python.gif icon for .py files. I think we should switch to the modern
> one that you uploaded as python_16x16.gif. Agree?
Agree.
As for 2.7, we can use
root.tk.call('wm', 'iconphoto', str(root), "-default", *icons)
In Ubuntu (and perhaps other Linux distributives), just main Python logo (as
in favicon) is used as IDLE desktop icon. May be we should discuss IDLE icon
and logo (which can be shown in the About window) on Python-Dev. |
|
Date |
User |
Action |
Args |
2014-01-31 10:09:39 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, terry.reedy, kbk, roger.serwy |
2014-01-31 10:09:39 | serhiy.storchaka | link | issue20406 messages |
2014-01-31 10:09:39 | serhiy.storchaka | create | |
|