You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to test 4k today by using Nvidia DSR to double my screen resolution. It didn't work. I have no way to test this, so the Issue is going to have to wait. :(
Wow this is really great feedback. Thank you very much.
The GUI is written in such a way that a 1u key is 48x48 pixels. That looks good on my 1080p screen, but the assumption was that on a 4K screen the buttons would be too small. On a high DPI screen the text is usually scaled to remain readable, thus the size of the buttons should also be scaled.
The screenshots you've provided don't show that, but you also aren't using a high-DPI screen. Regular HD monitors are usually around 100 DPI and 4K are usually around 200 DPI. So your TV is so large that the DPI is actually about the same as an HD monitor, so I still need more research.
This whole thing is complicated because the OS can usually perform automatic DPI scaling. I don't know how that would affect the tool.
Oh well. If there is a problem, eventually someone will show up complaining about the interface, and I can fix it then.
The current GUI includes several hard-coded pixel sizes that will not look right on a 4k monitor.
The text was updated successfully, but these errors were encountered: