mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 17:24:59 +00:00
refactor: using a new DotBrushProperty instead of calling Application.TryGetResource
This commit is contained in:
parent
3a3c0e717f
commit
1e3711e569
2 changed files with 10 additions and 14 deletions
|
@ -131,6 +131,7 @@
|
|||
<v:CommitGraph x:Name="commitGraph"
|
||||
BindingDataGrid="{Binding #commitDataGrid}"
|
||||
Graph="{Binding Graph}"
|
||||
DotBrush="{DynamicResource Brush.Contents}"
|
||||
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
|
||||
IsHitTestVisible="False"
|
||||
ClipToBounds="True"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue