msix
msix copied to clipboard
The icon fixed to the start screen is particularly large
As shown in the picture:
Why is my icon so big? What should I do to make the icon look like other software?
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 Thank you very much! I'll give it a try