mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07: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)
|
if (Change == null || Bounds.Width <= 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var fontFamily = this.FindResource("Fonts.Monospace") as FontFamily;
|
var typeface = new Typeface("fonts:SourceGit#JetBrains Mono");
|
||||||
var typeface = new Typeface(fontFamily);
|
|
||||||
|
|
||||||
IBrush background;
|
IBrush background;
|
||||||
string indicator;
|
string indicator;
|
||||||
|
|
Loading…
Reference in a new issue