We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0e2bc commit f986e59Copy full SHA for f986e59
src/Views/TagsView.axaml
@@ -26,7 +26,7 @@
26
SelectionChanged="OnRowSelectionChanged">
27
<ListBox.ItemTemplate>
28
<DataTemplate DataType="vm:TagTreeNode">
29
- <Grid ColumnDefinitions="16,Auto,*,Auto"
+ <Grid ColumnDefinitions="16,Auto,*,20"
30
Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
31
Background="Transparent"
32
ContextRequested="OnRowContextRequested"
0 commit comments