lepoco / lepoco/wpfui

All the controls with SymbolIcons inside show blurring icons.

Open
#243 0 comments 1 reaction 1 assignee View on GitHub

@pomianowski is already working on this.

Since Jun 21, 2022.

controls enhancement styles
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.

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.