Page 1 of 1

UI scaling

Posted: Thu Jun 14, 2018 9:44 am
by Eagle XI
On high resolution sidebar remains small, would like able to scale it like pixel doubling zooms in.

Re: UI scaling

Posted: Thu Jun 14, 2018 4:13 pm
by Sleipnir
You can enable HiDPI mode on windows setting DisableWindowsDPIScaling: False in the Graphics setting of your settings.yaml file, but will only work properly if you have configured a scale factor of 2 or 3 in your Windows display settings. On Linux you can define the environment variable OPENRA_DISPLAY_SCALE with a value of 2 or 3.

#10382 tracks the main blocker for supporting non-integer scales and enabling HiDPI by default on these platforms.