-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Wrong scale and behavior for DPI 250% #390
Comments
What OS are you running on, and with what resolution? Does updating to the latest 5.0.0 help (updated GUI engine) |
My OS is Windows 11 with 3840x2160 resolution. |
Thanks for the additional details. Looking into this more it seems to be something with how it's built on github. Locally running it, or building it into an exe, those all remain fine. However, using the exe generated from github actions also exhibits that same behavior for me. Left is locally built, right is from github Going to have to start digging into the logs or something to try and find what's different |
* Fixing concat builder * Fixing #390 Wrong scale and behavior for DPI 250% on Windows (thanks to smtad)
* Adding AV1 support for rigaya's AMD hardware encoder! (requires 7000 series AMD GPU and latest rigaya encoder) * Adding #192 a true portable mode for Windows (thanks to Demicro) * Fixing lookup for QSVEncC * Fixing lookup for hdr10plus_tool * Fixing concatenation builder * Fixing #390 Wrong scale and behavior for DPI 250% on Windows (thanks to smtad)
Fixed in 5.1.0 Setting a hardcoded font size seemed to be the only way to fix it |
My DPI is 250%.
When I run FastFlix, the FastFlix window is larger than my screen. Then if I tried change the size of FastFlix window, it disappeared!
The text was updated successfully, but these errors were encountered: