[issue13554] Tkinter doesn't use higher resolution app icon

2020-07-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue13554] Tkinter doesn't use higher resolution app icon

2020-06-16 Thread E. Paine
E. Paine added the comment: This is a tk issue, as it can be reproduced using 'wish' (tcl 8.6.10): wm title . "APP title" wm iconname . APP image create photo .iconL -file icon256.png image create photo .iconS -file icon48.png wm iconphoto . -default .iconL .iconS Thank you th9 for reporting

[issue13554] Tkinter doesn't use higher resolution app icon

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue13554] Tkinter doesn't use higher resolution app icon

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a comment on this please. -- nosy: +BreamoreBoy, gpolo ___ Python tracker ___ ___ Python-

[issue13554] Tkinter doesn't use higher resolution app icon

2012-03-14 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13554] Tkinter doesn't use higher resolution app icon

2011-12-07 Thread th9
New submission from th9 : 48x48 icons in Gnome3 show up blurry, but giving larger resolution (128 or 256) icon to Tkinter doesn't improve its appearance at all in the panel or Alt+Tab menu. I'm using 'photoimage' to get color icon. Giving two resolution icons in whatever order doesn't change