mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-05 11:05:00 +00:00
style: update icons
This commit is contained in:
parent
7c3c022ccc
commit
c83d4588a1
7 changed files with 12 additions and 19 deletions
|
@ -933,23 +933,17 @@
|
|||
<Border Background="Transparent">
|
||||
<Path Grid.Column="0"
|
||||
x:Name="PART_IndicatorIcon"
|
||||
Margin="{TemplateBinding Padding}"
|
||||
Stretch="Fill"
|
||||
Data="{StaticResource Icons.Orientation}"
|
||||
Width="14" Height="14"
|
||||
Stretch="Uniform"
|
||||
Data="{StaticResource Icons.LayoutVertical}"
|
||||
Fill="{DynamicResource Brush.FG1}"
|
||||
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
|
||||
Opacity=".8"
|
||||
RenderTransformOrigin="50%,50%"
|
||||
RenderTransform="rotate(0deg)"/>
|
||||
Opacity=".8"/>
|
||||
</Border>
|
||||
</ControlTemplate>
|
||||
</Setter>
|
||||
</Style>
|
||||
<Style Selector="ToggleButton.layout_direction:pressed">
|
||||
<Setter Property="RenderTransform" Value="scale(1)"/>
|
||||
</Style>
|
||||
<Style Selector="ToggleButton.layout_direction:checked /template/ Path#PART_IndicatorIcon">
|
||||
<Setter Property="RenderTransform" Value="rotate(90deg)"/>
|
||||
<Setter Property="Data" Value="{StaticResource Icons.LayoutHorizontal}"/>
|
||||
</Style>
|
||||
<Style Selector="ToggleButton.layout_direction:pointerover /template/ Path#PART_IndicatorIcon">
|
||||
<Setter Property="Opacity" Value="1"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue