-
Notifications
You must be signed in to change notification settings - Fork 168
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
Scaling UI does not work / UI barely readable on High DPI display #258
Comments
Thank you @44100hertz for quick response :-) Your hints are true and also work for me when using Windowed Mode, but that does not seem to work in Full Screen Mode (i.e. GUI scaling). Also tracks takes always ~75% of the screen area no matter what scaling / resolution is used :-) I can use MilkyTracker in window for now, but it would be also nice to have it working in FullScreen Mode with scaling and native screen resolution so the buttons are bigger :-) :-) I mean GUI layout seems always static, I can only change resolution, while scaling simply increases resolution of the full render, but components size stays the same small. Here is an example compared with SoundTracker using GTK where |
Note for anyone who found this from a search: It seems that the scaling doesn't work how one might expect. Instead take the window size
Now the buttons etc are a reasonable size, and the result it somewhat clear. It's also worth noting that because my tiling window manager forces the window to conform to |
Hello world and thank you for this marvelous program :-)
That I find a bit disturbing is the low readability of the UI. I know that I can change resolution.. but setting native resolution of my screen (i.e. 1920x1080 or 2560x1400) and scaling up the components does not seem to work - components have exactly the same size but corrupted/pixeled rendering.
In perfect situation I would like to have application rendered in my screen native resolution so it gets best display quality and just scale components (i.e.
1.25
,1.5
etc).Please fix the High DPI display output. Just as you can scale GTK/Qt/EFL components with
QT_SCALE_FACTOR
/QT_FONT_DPI
/GDK_DPI_SCALE
/ELM_SCALE
.Thank you for considering :-)
The text was updated successfully, but these errors were encountered: