You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a 256x256 .ico, AppWindow.SetIcon results in a sharp taskbar icon while setting TaskBarIcon in XAML or with Icon.FromFile results in a blurry icon.
Could the 16x16 dimensions provided below be to blame?
The proper method to use would be LoadIconMetric, for both large and small icons. This should make it DPI aware as well. Alternatively, WinUIEx could migrate to AppWindow.SetIcon of course.
With a 256x256 .ico, AppWindow.SetIcon results in a sharp taskbar icon while setting TaskBarIcon in XAML or with Icon.FromFile results in a blurry icon.
Could the 16x16 dimensions provided below be to blame?
WinUIEx/src/WinUIEx/Icon.cs
Line 47 in 8c84bc9
The text was updated successfully, but these errors were encountered: