Skip to content

Commit f986e59

Browse files
committed
fix: tag filter hidden behind the scroll bar (#815)
Signed-off-by: leo <longshuang@msn.cn>
1 parent 0a0e2bc commit f986e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/TagsView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
SelectionChanged="OnRowSelectionChanged">
2727
<ListBox.ItemTemplate>
2828
<DataTemplate DataType="vm:TagTreeNode">
29-
<Grid ColumnDefinitions="16,Auto,*,Auto"
29+
<Grid ColumnDefinitions="16,Auto,*,20"
3030
Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
3131
Background="Transparent"
3232
ContextRequested="OnRowContextRequested"

0 commit comments

Comments
 (0)