tl542475736
在sublime text 3中,Preference, Settings-User,最后加上一行
"dpi_scale": 1.0
覆盖操作系统设置的DPI。

这是我的Settings-User
{
"font_face": "Consolas",
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": "true",
"dpi_scale": 1.0 #主要是这行生效!
}

  

分类:

技术点:

相关文章:

  • 2021-12-22
  • 2022-12-23
  • 2021-12-20
  • 2021-05-13
  • 2022-02-19
  • 2022-12-23
  • 2021-10-08
  • 2021-09-28
猜你喜欢
  • 2022-12-23
  • 2021-08-17
  • 2021-11-17
  • 2021-05-19
  • 2021-07-15
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案