Browse Source

更换输出面板默认字体

release/1.3.1
hiroi-sora 3 years ago
parent
commit
cb9c386d67
  1. 4
      utils/config.py

4
utils/config.py

@ -83,12 +83,12 @@ _ConfigDict = {
'isTK': False,
},
'textpanelFontFamily': { # 主输出面板字体
'default': '',
'default': 'Microsoft YaHei UI',
'isSave': True,
'isTK': True,
},
'textpanelFontSize': { # 主输出面板字体大小
'default': 12,
'default': 14,
'isSave': True,
'isTK': True,
},

Loading…
Cancel
Save