Sublime Forum

Dev build 3171 dpi_scale regression?

#1

It appears like my setting of “dpi_scale”: 1.6, is not being respected in the new release
everything is really small and hard to use on a high res monitor:

I can increase the text zoom but it will leave the tabs and UI really small

0 Likes

#2

it looks like this changed to a Linux only preference, judging from the comment:

// Linux only. Sets the app DPI scale - a decimal number such as 1.0, 1.5,
// 2.0, etc. A value of 0 auto-detects the DPI scale. Sublime Text must be
// restarted for this to take effect.

try changing ui_scale instead(, and increasing your font size if ui_scale doesn’t affect it)

1 Like

#3

Thank you for the pointer, ui_scale of 1.6 looks like I’m used to

0 Likes