Top UI Zoomed In
-
A Former User last edited by
Hello,
I recently installed Linux Lite 4.2 after using Windows, and I wanted to use Opera with it, but the tabs and such in the top bar seem as though they're zoomed despite my zoom level being set to 90%. When I right click, the menu that shows up is also zoomed in. It's rather annoying and bothersome, and I'm curious as to how I would go about fixing this.
Regards,
Jesse -
A Former User last edited by
There is this chromium parameter that scales the ui of the browser to some scale
--force-device-scale-factor=(some number here)
In order to check it in opera, launch opera from a terminal like so
opera --force-device-scale-factor=1.2
and it will make opera's ui 20% bigger. I think you want to set yours to 0.9 there.The setting you mention is for the zooming of the web pages, not for the app's ui.