mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
ux: use JetBrains Mono font for change status icon (#384)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user