mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-08 04:15:00 +00:00
style<Histories>: change icons for buttons in histories panel
This commit is contained in:
parent
1d401d0955
commit
5bc7f9021b
4 changed files with 23 additions and 21 deletions
|
@ -89,19 +89,14 @@
|
|||
<Grid Background="Transparent">
|
||||
<Path
|
||||
x:Name="Icon"
|
||||
Width="18"
|
||||
Height="18"
|
||||
Style="{DynamicResource Style.Icon}"
|
||||
Fill="{DynamicResource Brush.Border1}"
|
||||
Data="{DynamicResource Icon.Horizontal}"/>
|
||||
Fill="{DynamicResource Brush.FG2}"
|
||||
Data="{DynamicResource Icon.Vertical}"/>
|
||||
</Grid>
|
||||
|
||||
<ControlTemplate.Triggers>
|
||||
<Trigger Property="IsChecked" Value="True">
|
||||
<Setter TargetName="Icon" Property="Data" Value="{DynamicResource Icon.Vertical}"/>
|
||||
</Trigger>
|
||||
<Trigger Property="IsMouseOver" Value="True">
|
||||
<Setter TargetName="Icon" Property="Fill" Value="{DynamicResource Brush.FG1}"/>
|
||||
<Setter TargetName="Icon" Property="Data" Value="{DynamicResource Icon.Horizontal}"/>
|
||||
</Trigger>
|
||||
</ControlTemplate.Triggers>
|
||||
</ControlTemplate>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue