hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Other
810 stars 125 forks source link

ContextMenu oversized on dpiawareness PerMonitor #51

Closed poochie89 closed 3 years ago

poochie89 commented 3 years ago

My Application need to be PerMonitor DPIaware, this can be done with a manifest setting. https://docs.microsoft.com/en-us/windows/win32/hidpi/setting-the-default-dpi-awareness-for-a-process

Howewer by doing this, the ContextMenu assigned to the tray icon appears oversized. Any fix for this?

Lakritzator commented 3 years ago

Did you try this with version 1.1? The release notes are here: https://github.com/hardcodet/wpf-notifyicon/milestone/1

poochie89 commented 3 years ago

fixed