mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-25 21:07:20 -08: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>
|
<ListBox.ItemTemplate>
|
||||||
<DataTemplate DataType="vm:RepositoryNode">
|
<DataTemplate DataType="vm:RepositoryNode">
|
||||||
<Grid Background="Transparent"
|
<Grid Background="Transparent"
|
||||||
VerticalAlignment="Center"
|
Height="30"
|
||||||
ColumnDefinitions="16,18,Auto,*"
|
ColumnDefinitions="16,18,Auto,*"
|
||||||
Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
|
Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
|
||||||
Loaded="SetupTreeNodeDragAndDrop"
|
Loaded="SetupTreeNodeDragAndDrop"
|
||||||
|
|
Loading…
Reference in a new issue