feature: allow to scroll text diff view to clicked position in minimap bar (#1679)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-08-27 17:08:36 +08:00
parent b47986d6d3
commit bb52b0d06b
2 changed files with 45 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<ContentControl Content="{Binding}">
<ContentControl.DataTemplates>
<DataTemplate DataType="vm:CombinedTextDiff">
<Grid ColumnDefinitions="*,1,8">
<Grid ColumnDefinitions="*,1,12">
<v:CombinedTextDiffPresenter Grid.Column="0"
FileName="{Binding File}"
Foreground="{DynamicResource Brush.FG1}"