All the controls with SymbolIcons inside show blurring icons.
@pomianowski is already working on this.
Since Jun 21, 2022.
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
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 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.