wpfui
wpfui copied to clipboard
All the controls with SymbolIcons inside show blurring icons.
Is your feature request related to a problem? Please describe.
See the two menus below:
- The left one is using the WPFUI 2.0.1
- The right one is using the WPFUI 1.2.7
We can see that the old one has clearer icons while the new one doesn't.
Describe the solution you'd like
Many SymbolIcon
s now bind their FontSize
properties to the control font size. But for a better look, the font size is 9 or 10 and the icon size should be 16, 20, or 24.
So we may have to change the line below to an exact 16 value.
FontSize="{TemplateBinding FontSize}"
Describe alternatives you've considered
Additional context
BTW, I changed 1400+ lines to fix the breaking API changes problem when upgrading WPFUI from 1.2.7 to 2.0.1 which spent me 6 hours with many and many changed behaviors.