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

fix: Fix misplaced terminal icon in macOS Sonoma #1436

Merged

Conversation

Cubik65536
Copy link
Contributor

@Cubik65536 Cubik65536 commented Sep 26, 2023

Description

There was a negative padding for TextField, which causes issues on macOS 14. But, removing it makes the gap (for macOS 13 and earlier) between the icon and the title too large, so there's a system specific check to not cause issue on older OS.

Related Issues

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

Screenshots

image

@thecoolwinter
Copy link
Collaborator

https://discord.com/channels/951544472238444645/952640818068463667/1155687395916795964

More discussion posted here w/ screenshots & OS comparison.

Copy link
Collaborator

@austincondiff austincondiff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@austincondiff austincondiff merged commit 4ad6eb8 into CodeEditApp:main Sep 26, 2023
2 checks passed
@Cubik65536 Cubik65536 deleted the fix/misplaced-terminal-icon branch September 26, 2023 01:23
@thecoolwinter thecoolwinter added the bug Something isn't working label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐞 Terminal icon misplaced in macOS Sonoma
3 participants