-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Allow adjusting application font size #11567
Conversation
* Closes #6822 * Fix fixed font not following default font's point size
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #11567 +/- ##
===========================================
+ Coverage 63.88% 63.92% +0.04%
===========================================
Files 362 362
Lines 38147 38171 +24
===========================================
+ Hits 24370 24399 +29
+ Misses 13777 13772 -5 ☔ View full report in Codecov by Sentry. |
I checked in Linux, it works fine. Is more fine tuning possible? I would like to set the font size in numbers instead of four presets. |
The presets are: -1, 0, +1, +2 points offset from baseline. If you want to go down to -2 or +3 or +4, then you csv do that manually in the ini file. You really can't get more variety than that. |
How about adding tiny and huge options? |
I tested this with tiny (-2) and huge (+4) during development. Tiny makes text unreadable. Huge breaks the UI. The choices presented are purposefully made. |
Tested with the default values in macOS, and everything works great. |
Screenshots
Small Font:
Large Font:
Testing strategy
Tested on Windows, may need testing on other platforms
Type of change