Vscode: Chinese font-rendering error with the "window.titleBarStyle": "custom"

Created on 6 Jul 2018  ·  5Comments  ·  Source: microsoft/vscode

  • VSCode Version: Visual Studio 1.25
  • OS Version: Windows 10

When " window. titlebar style": " custom", the menu text in the secondary menu and edit area of the menu bar is too sharp.

当 "window.titleBarStyle": "custom" 时 , 菜单栏的二级菜单和编辑区域的菜单文本过于锐利

secondary menu 1
secondary menu 2
edit area menu

bug verified

Most helpful comment

@sbatten @Tyriar
I passed
1) Adjust the .monaco-action-bar .action-label to the font of .monaco-shell:lang(zh-Hans)
2) Adjust the font size to 12px
solved the problem

我通过
1) 把 .monaco-action-bar .action-label 调整为 .monaco-shell:lang(zh-Hans) 的字体
2) 把字体大小调整为12px
解决了问题

tim 20180710153117

All 5 comments

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

related to #52537

This may be a duplicate of https://github.com/Microsoft/vscode/issues/53076 actually?

@sbatten @Tyriar
I passed
1) Adjust the .monaco-action-bar .action-label to the font of .monaco-shell:lang(zh-Hans)
2) Adjust the font size to 12px
solved the problem

我通过
1) 把 .monaco-action-bar .action-label 调整为 .monaco-shell:lang(zh-Hans) 的字体
2) 把字体大小调整为12px
解决了问题

tim 20180710153117

font size was adjusted to be higher earlier in the milestone so this should solved. Thanks for the information.

Was this page helpful?
0 / 5 - 0 ratings