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

Splash screen not dpi-aware #2

Closed
alecmus opened this issue May 19, 2021 · 1 comment
Closed

Splash screen not dpi-aware #2

alecmus opened this issue May 19, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@alecmus
Copy link
Owner

alecmus commented May 19, 2021

The liblec::lecui::splash loads images using their pixel-size, resulting in the image looking too small on high-dpi screens.

@alecmus alecmus added the enhancement New feature or request label May 19, 2021
@alecmus
Copy link
Owner Author

alecmus commented May 20, 2021

Addressed in b11bce4 and 1c098b6. The following options are available:

  1. Keep DPI awareness off and optionally load different image resources based on the DPI (addressed in the former commit).
  2. Turn DPI awareness on and use the same image (addressed in the latter commit).

@alecmus alecmus closed this as completed May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant