rscodeio
rscodeio copied to clipboard
Respect the user’s zoom level
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:
Is there a way to fix this?
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
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.