Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3047 UI is so big

Tags:

sublimetext3

The UI size of Sublime Text 3047 (tabs, state and search bars) are too big. Other versions on ST3, as well as ST, are normal. Is there anything we can do to make it smaller?

enter image description here

The left side is Sublime Text 3.

2 days later, I found out that this problem is caused by High DPI of system. If I change my system CPI to 1, everything looks ok.

Sublime Text 3 is start to having high DPI support but I guess it is not ready yet! In the sublime Text console shows the DPI is 1.25. Can we force this DPI to 1?

DPI scale: 1.25 
startup, version: 3047 windows x64 channel: stable
like image 318
Yongqinchuan Du Avatar asked Jul 03 '13 01:07

Yongqinchuan Du


1 Answers

Maybe it's a bit late, but apparently there is a hidden option (it doesn't appear anywhere) that allows you to set the DPI.

You have to write this in your user preferences and restart Sublime Text.

"dpi_scale": 1.0

I was having the same issue and I just discovered it by chance.

Tested with Sublime Text 3 Build 3061.

like image 158
inorichi Avatar answered Nov 16 '22 02:11

inorichi