mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00: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,
|
CultureInfo.CurrentCulture,
|
||||||
FlowDirection.LeftToRight,
|
FlowDirection.LeftToRight,
|
||||||
isHead ? typefaceBold : typeface,
|
isHead ? typefaceBold : typeface,
|
||||||
labelSize,
|
isHead ? labelSize + 0.5 : labelSize,
|
||||||
labelFG);
|
labelFG);
|
||||||
|
|
||||||
var item = new RenderItem()
|
var item = new RenderItem()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue