mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-04 18:44:59 +00:00
ux: vertical align center
This commit is contained in:
parent
38e2e0f3f4
commit
38770af13d
2 changed files with 3 additions and 2 deletions
|
@ -89,6 +89,7 @@
|
|||
<ListBox.ItemTemplate>
|
||||
<DataTemplate DataType="vm:RepositoryNode">
|
||||
<Grid Background="Transparent"
|
||||
VerticalAlignment="Center"
|
||||
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