I need to set the font size rather large (14pt) so I can see things comfortably in my IDE. But I think it looks HUGE for normal users. So I put a spinner at the bottom that lets me adjust the font size of the base form that most other components inherit from.
The fonts adjust in size ok, but all of the containers remain unchanged, so the text can get clipped in edit boxes or move around insdie of panels.
What I’d like is to have some way to simply zoom in and out where everything would scale proportionally.
What are my options?
(This isn’t an IDE thing. It’s partly because I’m running my monitor (a TV) at 4k using a Mac Mini, and am accessing a small “mini-PC” on my LAN via RDP, so the PC desktop is also in 4k mode but shrunk down 10-15% to fit in the RDP window.)