msix icon indicating copy to clipboard operation
msix copied to clipboard

The icon fixed to the start screen is particularly large

Open git-boya opened this issue 1 year ago • 2 comments

As shown in the picture: Image

Why is my icon so big? What should I do to make the icon look like other software?

git-boya avatar Mar 23 '25 12:03 git-boya

Hey, you have the same issue as me, I spent a long time trying to figure out what I was doing wrong. As it happens, they have a trim_logo configuration default to true here: lib/src/configuration.dart.

If you add "trim_logo: false" to your config in pubspec.yaml, you should be good.

For the owner, could you please add some more comprehensive documentation? It's a bit unusual to find this info only by reviewing the code.

murphkev avatar Jun 19 '25 04:06 murphkev

@murphkev Thank you very much! I'll give it a try

git-boya avatar Jun 19 '25 05:06 git-boya