mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-26 12:55:00 +00:00
Fix the expand file tooltip
This commit is contained in:
parent
eeb895761c
commit
6f513e74e6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
Padding="9,6"
|
||||
IsChecked="{Binding ExpandEntireFile}"
|
||||
IsVisible="{Binding IsTextDiff}"
|
||||
ToolTip.Tip="{DynamicResource Text.Diff.ExpandEntireFile}">
|
||||
ToolTip.Tip="{DynamicResource Text.Diff.VisualLines.Expand}">
|
||||
<Path Width="13" Height="13" Data="{StaticResource Icons.Lines.Expand}" Margin="0,3,0,0"/>
|
||||
</ToggleButton>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue