mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 06:04: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>
|
<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…
Add table
Add a link
Reference in a new issue