mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
ux: larger font size for HEAD decorator (#395)
This commit is contained in:
parent
f65ee1f0f6
commit
3569e1696f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ namespace SourceGit.Views
|
|||
CultureInfo.CurrentCulture,
|
||||
FlowDirection.LeftToRight,
|
||||
isHead ? typefaceBold : typeface,
|
||||
labelSize,
|
||||
isHead ? labelSize + 0.5 : labelSize,
|
||||
labelFG);
|
||||
|
||||
var item = new RenderItem()
|
||||
|
|
Loading…
Reference in a new issue