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

Control Buttons are tiny on 4k Screen #13

Open
jessechahal opened this issue Jan 7, 2021 · 4 comments
Open

Control Buttons are tiny on 4k Screen #13

jessechahal opened this issue Jan 7, 2021 · 4 comments

Comments

@jessechahal
Copy link

I'm running this on Windows10 on a 4k Screen monitor. The control buttons are so small that I cannot tell what they do. Lucky there are tooltips that popup sometimes otherwise I would be at a complete loss. It would be nice if the controls could handle scaling based on monitor resolutions.

@Endilll
Copy link
Owner

Endilll commented Jan 8, 2021

VSP is a DPI-aware application, except that video frame is not affected. Could it be that you have about a 100% system-wide scaling? That would explain your issue.

@jessechahal
Copy link
Author

what do you mean by DPI-aware? On 4k displays Windows10 always sets the default/recommend resolution to 4k and enables scaling based on the DPI/screen_size. The alternative is to change the resolution from 4k to something lower (which defeats the purpose of having a 4k display) or to disable scaling (makes Windows unusable). Wouldn't it make more sense to have the GUI respect these scaling settings? So far it is the only app (1st party, 3rd party, self compiled) or media player (vlc, mpv, mpc) that I have affected by Windows10 scaling. I do know there are apps for WindowsXP or earlier that can have issues with scaling or weird font rendering. Doesn't the OS control the resolution and therefore handle the part about needing to be "DPI-aware"? I agree that the video being previewed (video frame?) should stay at its native resolution in respect to the display configured resolution (ignoring scaling) but the app controls should respect OS settings.

@Endilll
Copy link
Owner

Endilll commented Jan 9, 2021

What I'm saying is that VSP respects system scaling. Not just system-wide, but even per monitor.

I don't have 4K monitor, but I have a pair of 96 PPI and 174 PPI monitors, using the latter with 150% scaling.

96 PPI

174 PPI

See how UI elements have harder time fitting onto screen on the latter screenshot? That's 150% system-wide scaling at work.
So I don't see issues on VSP side.

@Endilll
Copy link
Owner

Endilll commented Jan 9, 2021

What may be the case is that controls aren't that big to begin with, but they're even smaller in VSEdit and After Effects, for instance.

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

No branches or pull requests

2 participants