mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 22:25:00 +00:00
fix<DiffViewer>: wrong TextDiffView mode indicator icon
This commit is contained in:
parent
9e4d349b51
commit
cfe680ffd5
2 changed files with 34 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
<StackPanel Grid.Column="2" Margin="32,0,0,0" Orientation="Horizontal" IsVisible="{Binding IsTextDiff}" VerticalAlignment="Center">
|
||||
<ToggleButton x:Name="toggleDisplayMode"
|
||||
Classes="layout_direction"
|
||||
Classes="textdiffviewer_mode"
|
||||
Width="32" Height="26"
|
||||
Padding="9,6"
|
||||
IsChecked="{Binding Source={x:Static vm:Preference.Instance}, Path=UseCombinedTextDiff, Mode=TwoWay}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue