sublime text3中文文件名显示为框框,怎么解决

 

点击Preferences选项——settings

{
    "font_size": 20,
    "ignored_packages":
    [
        "Vintage"
    ]
}

 

修改为:

{
    "font_size": 22,
    "dpi_scale":1.0    //这里是关键中的关键。
}

 

相关文章:

  • 2023-03-21
  • 2021-09-02
  • 2021-12-10
  • 2021-12-01
  • 2022-12-23
  • 2021-07-16
  • 2021-07-12
猜你喜欢
  • 2021-10-03
  • 2022-12-23
  • 2021-08-17
  • 2021-11-17
  • 2021-11-17
  • 2021-05-12
  • 2021-11-17
相关资源
相似解决方案