alur / nModules

A family of LiteStep modules.
12 stars 4 forks source link

nTask mangling icons set by application #20

Open AnrDaemon opened 10 years ago

AnrDaemon commented 10 years ago

untitled Icon at the left is the icon set by application. At the right is the same icon set by nTask. At the same time, tasks-0.96.1 render icons correctly, when set to defer the rendering to the system. (TasksUseSystemHook On).

alur commented 9 years ago

The reason for this is that nTask has a shared icon that could potentially be used by any taskbar. It tries to get the biggest one it can. I think I'll just try to get all of them and then pick the one closest in size.

AnrDaemon commented 9 years ago

While you're at it, the other modules (i.e. nLabel) could also benefit from similar behavior.