fix: tag filter hidden behind the scroll bar (#815)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2024-12-14 20:25:25 +08:00
parent 0a0e2bc044
commit f986e59a94

View File

@@ -26,7 +26,7 @@
SelectionChanged="OnRowSelectionChanged">
<ListBox.ItemTemplate>
<DataTemplate DataType="vm:TagTreeNode">
<Grid ColumnDefinitions="16,Auto,*,Auto"
<Grid ColumnDefinitions="16,Auto,*,20"
Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
Background="Transparent"
ContextRequested="OnRowContextRequested"