Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big Sur icon not aligned with the other apps #8251

Open
diocas opened this issue Nov 23, 2020 · 8 comments
Open

Big Sur icon not aligned with the other apps #8251

diocas opened this issue Nov 23, 2020 · 8 comments
Labels
Milestone

Comments

@diocas
Copy link

diocas commented Nov 23, 2020

The icon used by the sync client is bigger than the ones used by other apps.
image

The branding system should also properly size the given image to the correct size.

@michaelstingl
Copy link
Contributor

@dwd0tcom
Copy link

@diocas
Copy link
Author

diocas commented Nov 27, 2020

@michaelstingl the problem is that the icons are supposed to be smaller, but they should not be scaled automatically (since the icon elements can still spill outside of its square). But the windows/linux logos are different.. So maybe the ownbrander should have a special configuration for mac os.

@michaelstingl

This comment was marked as outdated.

@michaelstingl
Copy link
Contributor

@michaelstingl michaelstingl added this to the 4.0 milestone Mar 2, 2023
@michaelstingl michaelstingl added the p3-medium Normal priority label Mar 2, 2023
@michaelstingl michaelstingl assigned erikjv and TheOneRing and unassigned erikjv Mar 2, 2023
@TheOneRing
Copy link
Member

https://stackoverflow.com/questions/71118094/why-is-my-app-icon-bigger-than-the-others-in-the-macos-dock
Looks like apple is not capable of scaling an icon to its idea of a design.
We can either ignore it, follow it on all platforms, or create special icons for mac.

@TheOneRing TheOneRing removed their assignment Mar 2, 2023
@erikjv
Copy link
Collaborator

erikjv commented Mar 2, 2023

https://stackoverflow.com/questions/71118094/why-is-my-app-icon-bigger-than-the-others-in-the-macos-dock
Looks like apple is not capable of scaling an icon to its idea of a design.
We can either ignore it, follow it on all platforms, or create special icons for mac.

The best thing we can do is to scale the icon down to the size of the area within the insets of the border of that template.

@TheOneRing
Copy link
Member

Hmm if we set the icon at runtime we can paint something mac confomrmant....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants