mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
ux: use JetBrains Mono
font for change status icon (#384)
This commit is contained in:
parent
19924930bc
commit
6485a6f93a
1 changed files with 1 additions and 2 deletions
|
@ -91,8 +91,7 @@ namespace SourceGit.Views
|
|||
if (Change == null || Bounds.Width <= 0)
|
||||
return;
|
||||
|
||||
var fontFamily = this.FindResource("Fonts.Monospace") as FontFamily;
|
||||
var typeface = new Typeface(fontFamily);
|
||||
var typeface = new Typeface("fonts:SourceGit#JetBrains Mono");
|
||||
|
||||
IBrush background;
|
||||
string indicator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue