anthonynorth / rscodeio

An RStudio theme inspired by Visual Studio Code.
Other
407 stars 65 forks source link

Respect the user’s zoom level #36

Open kalaschnik opened 4 years ago

kalaschnik commented 4 years ago

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?

anthonynorth commented 4 years ago

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

kaufmanelij commented 3 years ago

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.