Skip to content

feat(gui): enhance app icons with multi-resolution support #499

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

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

exislow
Copy link
Owner

@exislow exislow commented Aug 12, 2025

Improves the application's icon handling by introducing multi-resolution support, replacing a single PNG file with multiple resolution-specific icons.

  • Added multiple resolution icons (16x16, 32x32, 48x48, 64x64, 256x256, 512x512).
  • 🔄 Updated GUI setup to use multi-resolution icons for better scalability.
  • 🗑️ Removed the old single-resolution icon.png.

This update ensures better compatibility and visual quality across different platforms and screen resolutions.

Improves the application's icon handling by introducing multi-resolution
support, replacing a single PNG file with multiple resolution-specific icons.

- ✨ **Added** multiple resolution icons (16x16, 32x32, 48x48, 64x64, 256x256, 512x512).
- 🔄 **Updated** GUI setup to use multi-resolution icons for better scalability.
- 🗑️ **Removed** the old single-resolution `icon.png`.

This update ensures better compatibility and visual quality across
different platforms and screen resolutions.
@exislow exislow linked an issue Aug 12, 2025 that may be closed by this pull request
1 task
@exislow exislow merged commit 9c7656f into master Aug 12, 2025
3 checks passed
@exislow exislow deleted the 487-icon-is-misaligned branch August 12, 2025 14:03
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.

Icon is misaligned
1 participant