mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
ux: style for HEAD decorator
This commit is contained in:
parent
0621ed950e
commit
6abb6c6469
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ namespace SourceGit.Views
|
|||
{
|
||||
if (useGraphColor)
|
||||
{
|
||||
if (bg != null)
|
||||
context.DrawRectangle(bg, null, entireRect);
|
||||
|
||||
using (context.PushOpacity(.6))
|
||||
context.DrawRectangle(item.Brush, null, entireRect);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue