mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
revert: item should fill the height of tree node
This commit is contained in:
parent
c2549869ce
commit
7389f5d521
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
<ListBox.ItemTemplate>
|
||||
<DataTemplate DataType="vm:RepositoryNode">
|
||||
<Grid Background="Transparent"
|
||||
VerticalAlignment="Center"
|
||||
Height="30"
|
||||
ColumnDefinitions="16,18,Auto,*"
|
||||
Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
|
||||
Loaded="SetupTreeNodeDragAndDrop"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue