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 the size and blurriness of the icon on OSX #553

Merged
merged 3 commits into from Sep 29, 2021

Conversation

kivutar
Copy link
Contributor

@kivutar kivutar commented Sep 29, 2021

Fixes #550

The icon is now using a size identical to other OSX app icons.

The blurriness was caused by using an SDL window icon, which is not required on OSX apps. Removing it fixed it.

@takase1121
Copy link
Member

instead of nesting preprocessor I think you could use if defined()

src/main.c Outdated Show resolved Hide resolved
@franko franko merged commit eb73ad3 into lite-xl:master Sep 29, 2021
@franko
Copy link
Member

franko commented Sep 29, 2021

So many contributors involved for a line of code!

Thank you for the fix.

franko pushed a commit that referenced this pull request Oct 2, 2021
* Fix the size and blurriness of the icon on OSX

* Don't nest ifndef

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

Successfully merging this pull request may close these issues.

The app icon looks too large on OSX
4 participants