Skip to content

2.4.x -> 3.0.0 icons is bigger #68

@SKProCH

Description

@SKProCH

Previously discussed at #65

Workaround

Use Padding="2" on your MaterialIcons. You can set it to every MaterialIcon via this style:

<Style Selector="MaterialIcon">
  <Setter Property="Padding" Value="2" />
<Style/>

Solution

Probably need implement some backward compatibility styles/resources import to allow old users to use 3.x.x with a old sized.

Probably we also need tests to cover this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions