Implement 5% display scaling increments and a slider UI #1194
Replies: 3 comments 5 replies
-
Alternative: set 75% and increase the font. |
Beta Was this translation helpful? Give feedback.
-
The current GTK tech doesn't allow such granularity. The window-too-tall problem should have been solved by better designed dialogs. If items fill up the screen, show up scroll bar. Or it can be solved by a more compact/dense GTK theme. (except libadwaita, which Mint's fork hasn't provided "themeable" UI density to them yet) A couple years ago I even proposed reducing the screen resolution requirement to 720p https://github.com/orgs/linuxmint/discussions/168 |
Beta Was this translation helpful? Give feedback.
-
God i love GTK 🥲 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, display scaling happens in big 25% chunks. On a 4K screen, that's maybe okay. But for the huge number of us using old laptops especially with 1366x768 res on a 14 inch screen, it creates a no-win situation.
Here's the classic example:
Alt+drag
a window just to click a button.We basically forced to choose between having a usable interface and having readable text.
The Proposal
I think we can solve this by borrowing a great idea from other DEs like KDE Plasma. The solution has two simple parts:
KDE Plasma and COSMIC DE do this, and it works beautifully.
Whyy This Matters
This isn't just a minor tweak, it's a huge improvement for:
This change would make a real, tangible difference for a huge chunk of the user base.
Beta Was this translation helpful? Give feedback.
All reactions