mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 19:32:03 +08:00
ux: enable Use monospace font only in text editor by default
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -661,7 +661,7 @@ namespace SourceGit.ViewModels
|
||||
private string _themeOverrides = string.Empty;
|
||||
private string _defaultFontFamily = string.Empty;
|
||||
private string _monospaceFontFamily = string.Empty;
|
||||
private bool _onlyUseMonoFontInEditor = false;
|
||||
private bool _onlyUseMonoFontInEditor = true;
|
||||
private double _defaultFontSize = 13;
|
||||
private double _editorFontSize = 13;
|
||||
private int _editorTabWidth = 4;
|
||||
|
||||
Reference in New Issue
Block a user