mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-15 07:35:04 +00:00
ux: enable Use monospace font only in text editor
by default
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
cd8ff2e9bf
commit
cd009bda6b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue