-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add font ratio option #686
Comments
Qt doesn't recommand overwritting default font. |
Reopening because I think it's still useful anyway. People don't have to do hack through the command lines. |
This would be good for my poor vision (#675). Are you saying that I can 'hack' this manually by setting the QA_SCALE_FACTOR envvar in bash and then opening Cutter? |
Exactly, or directly in command line: |
Ah interesting, that might help me. Is there an equivalent for Windows 10? If not, I guess you could just compile Cutter in Cygwin and launch it that way with the scaling. |
You can do the same in the cmd prompt:
|
Ah right, that's actually really helped. I guess the default value is 1.0? It's just issue #675 causing issues now. Thank you. |
I am closing this. There is no need to "hack through the command lines". Every sane operating system has display scaling factor configuration and Qt respects that. Situation was a bit worse 2 years ago using an older Qt version and older desktop environment versions. Using latest Qt everything is mostly working. Most of the remaining tasks are linked in high dpi project https://github.com/radareorg/cutter/projects/16 and also my attempt updating Qt #1868 (5.14 has better fractional scaling support on Windows). |
Allow to increase/decrease global font size (not only disasm)
The text was updated successfully, but these errors were encountered: