wpfui icon indicating copy to clipboard operation
wpfui copied to clipboard

All the controls with SymbolIcons inside show blurring icons.

Open walterlv opened this issue 2 years ago • 0 comments

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.

image

Describe the solution you'd like

Many SymbolIcons 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.

walterlv avatar Jun 21 '22 07:06 walterlv