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

Wrong scale and behavior for DPI 250% #390

Closed
smtad opened this issue Nov 9, 2022 · 4 comments
Closed

Wrong scale and behavior for DPI 250% #390

smtad opened this issue Nov 9, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@smtad
Copy link

smtad commented Nov 9, 2022

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!

@cdgriffith
Copy link
Owner

What OS are you running on, and with what resolution?

Does updating to the latest 5.0.0 help (updated GUI engine)

@smtad
Copy link
Author

smtad commented Dec 1, 2022

My OS is Windows 11 with 3840x2160 resolution.
5.0.0 is help, but still some problem. See the screenshot below…
Some fonts are too big.
https://i.imgur.com/LJhtdL1.jpg

@cdgriffith
Copy link
Owner

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

dpi issues

Going to have to start digging into the logs or something to try and find what's different

@cdgriffith cdgriffith added the bug Something isn't working label Dec 3, 2022
cdgriffith added a commit that referenced this issue Dec 3, 2022
* Fixing concat builder
* Fixing #390 Wrong scale and behavior for DPI 250% on Windows (thanks to smtad)
cdgriffith added a commit that referenced this issue Dec 3, 2022
* 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)
@cdgriffith
Copy link
Owner

Fixed in 5.1.0

Setting a hardcoded font size seemed to be the only way to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants