mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
fix<ToggleButton>: fix status icon for diff mode
This commit is contained in:
parent
e42290eef1
commit
d6526e7907
1 changed files with 2 additions and 2 deletions
|
@ -126,12 +126,12 @@
|
||||||
Fill="Transparent"
|
Fill="Transparent"
|
||||||
Stroke="{DynamicResource Brush.FG}"
|
Stroke="{DynamicResource Brush.FG}"
|
||||||
StrokeThickness=".4"
|
StrokeThickness=".4"
|
||||||
Data="{DynamicResource Icon.SplitHorizontal}"/>
|
Data="{DynamicResource Icon.SplitVertical}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<ControlTemplate.Triggers>
|
<ControlTemplate.Triggers>
|
||||||
<Trigger Property="IsChecked" Value="True">
|
<Trigger Property="IsChecked" Value="True">
|
||||||
<Setter TargetName="Icon" Property="Data" Value="{DynamicResource Icon.SplitVertical}"/>
|
<Setter TargetName="Icon" Property="Data" Value="{DynamicResource Icon.SplitHorizontal}"/>
|
||||||
</Trigger>
|
</Trigger>
|
||||||
</ControlTemplate.Triggers>
|
</ControlTemplate.Triggers>
|
||||||
</ControlTemplate>
|
</ControlTemplate>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue