mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 05:40:43 +08:00
fix: tag filter hidden behind the scroll bar (#815)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user