fix(macos): adjust default font size#6910
fix(macos): adjust default font size#6910Leafyzito wants to merge 6 commits intoChatterino:masterfrom
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
What is your monitor setup and what's the difference between legacy & non-legacy scaling for you? |
|
Have you tried the build from your PR? There were other mac-specific changes I made that are not reverted with legacy scaling |
I think it would be better if we could adjust the font size correctly instead of relying on that flag. |
Yes, the screenshots were taken from my fork version, but the build from this PR behaves the same way. And everything looks fine to me |
Setting the font size to 16 on the new scaling seems to put things back to normal. I guess this would fix the issue |
This does sound large. I wonder if that also looks good on pajlada's mac. If that's too large there, then we might need the flag on macOS. Though I'd still wonder why we need it and other Qt apps don't. |
e40ff66 to
0549d16
Compare
Undo the feat/add-legacy-scaling-option changes via revert so history keeps the original commits plus an explicit follow-up undo commit. Made-with: Cursor


I'm so used to the old scaling that I immediately thought of adding this, and probably other people will like having the option to go back too.Changing the default font size to 16 was enough to get things back to normal.