Sublime Forum

MacBook 15 Retina Parallels Resolution Problem

#1

Hello!
I’m working with Sublime Text a long time and it’s very cool.
Now i’m working on MacBook Pro Retina '15 inside Parallels virtual machine (Mac OS 10.12.1 on board). And Sublime Text (build 3126) inside this virtual machine is scaled. Some trouble with resolution. On the host system there is no problems. But inside the virtual machine sublime looks useless.


I don’t have any problems with other apps. Only sublime text looks so.
Would you help me with this bug please?

0 Likes

#2

set "dpi_scale": 1.0 in your ST user preferences in your VM

0 Likes

#3

Thank you for your answer.
I’ve add this param to my settings. So now my config is:

{
    "color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
    "font_size": 8,
    "dpi_scale": 1.0
}

But it doesn’t help.

0 Likes

#4

hmm, weird. If you open the ST console (View menu -> Show Console) and scroll to the top, it should show what DPI scale it is using - maybe it didn’t use the preference you set for some reason. If it does show 1, then I don’t know what the problem could be.

0 Likes