mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-08 20:34:59 +00:00
refactor: simpfy SourceGit.Views.BranchTreeNodeIcon
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
fd935259aa
commit
1f0ab2bfec
2 changed files with 13 additions and 17 deletions
|
@ -55,9 +55,7 @@
|
|||
DoubleTapped="OnDoubleTappedBranchNode">
|
||||
|
||||
<!-- Icon -->
|
||||
<v:BranchTreeNodeIcon Grid.Column="0"
|
||||
Node="{Binding}"
|
||||
IsExpanded="{Binding IsExpanded}"/>
|
||||
<v:BranchTreeNodeIcon Grid.Column="0" IsExpanded="{Binding IsExpanded}"/>
|
||||
|
||||
<!-- Name -->
|
||||
<TextBlock Grid.Column="1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue