-
Notifications
You must be signed in to change notification settings - Fork 33
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
Font size is ridiculously large #16
Comments
Did you touch c:\path\to\TheFastestMouseClicker.exe - Right Click -> Properties -> Compatibility -> Change High DPI Setings? You may play with that properties to fix your problem on Windows 10. Or do you use Windows pior to Windows 7, like XP ir Vista? TheFastestMouseClicker.exe has built-in XML manifest to prevent large fonts and window sizes. But that manifest doesn't work on Windows XP or Vista. I support only Windows 7, 8.1 and 10 (and possibly 11). Let me know what OS version do you use and whether you could fix the issue! |
I did not change any settings beforehand. I am on Windows 10 English x64. I cannot fix the issue. |
Ok, I looked at the source and found your bug: main.cpp on line 829:
So, you don't need the _Sc structure and you don't need the Sc() function. Just always use factor = 1. Remove this:
I don't know how to submit a pull request for you (never done that). If you tell me how, I'll do that. |
Thank you a lot for a fix. I'll incorporate it into new version. |
I upgraded from v2.4.x to v2.6.1.0 and now the GUI is all messed up. The fonts are extremely large! The window is 900x900 and takes up most of the screen where before the window would be nice and small. Also, the font is extremely large.
How can we change the font size?
The text was updated successfully, but these errors were encountered: