rscodeio icon indicating copy to clipboard operation
rscodeio copied to clipboard

Respect the user’s zoom level

Open kalaschnik opened this issue 4 years ago • 2 comments

By default RStudio is scaled-up way too much on my high DPI display. Therefore, I usually set it to 80% scaling. However, the rscodeio’s menubar is not respecting the zoom setting:

image

Is there a way to fix this?

kalaschnik avatar Mar 03 '20 21:03 kalaschnik

I'm not sure this is possible with the Qt stylesheets, but you can adjust Qt scaling via environment variables https://stackoverflow.com/questions/32313658/qt-high-dpi-support-on-windows

anthonynorth avatar Mar 22 '20 12:03 anthonynorth

Not sure if you are still interested, but this bothered me too, and I ended up just editing the qss file on my fork kaufmanelij/rscodeio to suit my tastes. Also shrunk the associated dropdowns, and hopefully did not mess anything else up.

kaufmanelij avatar Apr 06 '21 21:04 kaufmanelij