r - RStudio HiDPI support -


rstudio great ide r development. wonder if there way nice support hidpi resolution?
have 13 inch display , 3200x1800 resolution, hard read rstudio options adjust more appropriate setting.
of course not rstudio issue general issue related high resolution display requires hidpi support make reasonably usable.
posting here question because rstudio still doesn't allow fill questions/issues on github.

rstudio qt application. i've solved setting scaling factor in qt environment variable (note must integer):

export qt_device_pixel_ratio=2 

the arch wiki has excellent advice on getting hidpi working.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -