Allow UI and Font Scaling for different devices.
in progress
B
Bryan Yoon
I noticed that the size of UI elements remains the same pixel size when you change to a monitor with a higher resolution. This can make the text and UI appear really small on larger resolutions. I think a good compromise is to either introduce some sort of DPI scaling, or allow the user to set the UI scaling per device (along with font size too)
Log In
Luca Joos
in progress
I
Illia S
If you run with this command on Linux you can change the scaling
--force-device-scale-factor=1.25
. Should work on other platforms.I
Illia S
Bryan Yoon Where did you find zoom in/out settings? Where is this "view" menu?
Luca Joos
Illia S: This is only possible in our native desktop app.
I
Illia S
Luca Joos Im on linux native desktop app
Luca Joos
Illia S: I see. I'll look into it.
B
Bryan Yoon
It seems there is a zoom in and out setting under view, I don't know if this is per device or account. Still, DPI scaling would be helpful for setups with different resolutions. Also being able to set Font Size independent of zoom would be great as well.