jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Icon appears small #24

Closed rogershijin closed 6 years ago

rogershijin commented 6 years ago

I used a 256x256 pixel .ico file for the icon but the icon is rather small. I think it might be an issue with my high dpi screen.

image

Is there any way to make the icon appear larger? Thank you very much.

jithurjacob commented 6 years ago

Hi, as per my understanding the icons shown in the tiles are having a fixed size. It is possible that icons are appearing to be small due to high dpi.

Advanced toast types are currently not targeted for this package https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/07/08/toast-notification-and-action-center-overview-for-windows-10/