|
@@ -1,10 +1,10 @@
|
|
|
<Styles xmlns="https://github.com/avaloniaui"
|
|
|
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
- xmlns:system="clr-namespace:System;assembly=System.Runtime">
|
|
|
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
+ xmlns:system="clr-namespace:System;assembly=System.Runtime">
|
|
|
<Styles.Resources>
|
|
|
<ResourceDictionary>
|
|
|
<FontFamily x:Key="PixiPerfectIcons">avares://PixiEditor.UI.Common/Fonts/PixiPerfect.ttf#PixiPerfect</FontFamily>
|
|
|
-
|
|
|
+
|
|
|
<system:String x:Key="icon-add-reference"></system:String>
|
|
|
<system:String x:Key="icon-add-to-mask"></system:String>
|
|
|
<system:String x:Key="icon-alpha-lock"></system:String>
|
|
@@ -116,7 +116,7 @@
|
|
|
<system:String x:Key="icon-copy-add"></system:String>
|
|
|
<system:String x:Key="icon-check"></system:String>
|
|
|
<system:String x:Key="icon-dot"></system:String>
|
|
|
-
|
|
|
+
|
|
|
<system:String x:Key="icon-paste-reference-layer"></system:String>
|
|
|
<system:String x:Key="icon-paste-as-new-layer"></system:String>
|
|
|
<system:String x:Key="icon-star"></system:String>
|
|
@@ -133,46 +133,65 @@
|
|
|
<system:String x:Key="icon-swatches"></system:String>
|
|
|
<system:String x:Key="icon-nodes"></system:String>
|
|
|
<system:String x:Key="icon-onion"></system:String>
|
|
|
-
|
|
|
+
|
|
|
<system:String x:Key="icon-lowres-circle"></system:String>
|
|
|
<system:String x:Key="icon-snapping"></system:String>
|
|
|
<system:String x:Key="icon-lowres-square"></system:String>
|
|
|
<system:String x:Key="icon-lowres-line"></system:String>
|
|
|
+
|
|
|
+ <system:String x:Key="icon-align-center"></system:String>
|
|
|
+ <system:String x:Key="icon-bold"></system:String>
|
|
|
+ <system:String x:Key="icon-text-antialiased"></system:String>
|
|
|
+ <system:String x:Key="icon-italic"></system:String>
|
|
|
+ <system:String x:Key="icon-align-stretch"></system:String>
|
|
|
+ <system:String x:Key="icon-align-left"></system:String>
|
|
|
+ <system:String x:Key="icon-letter-spacing"></system:String>
|
|
|
+ <system:String x:Key="icon-line-height"></system:String>
|
|
|
+ <system:String x:Key="icon-text-pixel"></system:String>
|
|
|
+ <system:String x:Key="icon-align-right"></system:String>
|
|
|
+ <system:String x:Key="icon-strikethrough"></system:String>
|
|
|
+ <system:String x:Key="icon-linked-pipette"></system:String>
|
|
|
+ <system:String x:Key="icon-text-underline"></system:String>
|
|
|
+ <system:String x:Key="icon-text-round"></system:String>
|
|
|
</ResourceDictionary>
|
|
|
</Styles.Resources>
|
|
|
-
|
|
|
+
|
|
|
<Style Selector="TextBlock.pixi-icon">
|
|
|
- <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}"/>
|
|
|
+ <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}" />
|
|
|
</Style>
|
|
|
-
|
|
|
+
|
|
|
+ <Style Selector="Label.pixi-icon">
|
|
|
+ <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}" />
|
|
|
+ </Style>
|
|
|
+
|
|
|
<Style Selector="Run.pixi-icon">
|
|
|
- <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}"/>
|
|
|
+ <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}" />
|
|
|
</Style>
|
|
|
-
|
|
|
+
|
|
|
<Style Selector="Button.pixi-icon">
|
|
|
- <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}"/>
|
|
|
- <Setter Property="Background" Value="Transparent"/>
|
|
|
- <Setter Property="FontSize" Value="24"/>
|
|
|
- <Setter Property="Padding" Value="0"/>
|
|
|
- <Setter Property="HorizontalContentAlignment" Value="Center"/>
|
|
|
- <Setter Property="VerticalContentAlignment" Value="Center"/>
|
|
|
+ <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}" />
|
|
|
+ <Setter Property="Background" Value="Transparent" />
|
|
|
+ <Setter Property="FontSize" Value="24" />
|
|
|
+ <Setter Property="Padding" Value="0" />
|
|
|
+ <Setter Property="HorizontalContentAlignment" Value="Center" />
|
|
|
+ <Setter Property="VerticalContentAlignment" Value="Center" />
|
|
|
</Style>
|
|
|
-
|
|
|
+
|
|
|
<Style Selector="Button.pixi-icon:pointerover">
|
|
|
- <Setter Property="Background" Value="Transparent"/>
|
|
|
+ <Setter Property="Background" Value="Transparent" />
|
|
|
</Style>
|
|
|
-
|
|
|
+
|
|
|
<Style Selector="ToggleButton.pixi-icon">
|
|
|
- <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}"/>
|
|
|
- <Setter Property="BorderThickness" Value="0"/>
|
|
|
- <Setter Property="Background" Value="Transparent"/>
|
|
|
- <Setter Property="FontSize" Value="24"/>
|
|
|
- <Setter Property="Padding" Value="0"/>
|
|
|
- <Setter Property="HorizontalContentAlignment" Value="Center"/>
|
|
|
- <Setter Property="VerticalContentAlignment" Value="Center"/>
|
|
|
+ <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}" />
|
|
|
+ <Setter Property="BorderThickness" Value="0" />
|
|
|
+ <Setter Property="Background" Value="Transparent" />
|
|
|
+ <Setter Property="FontSize" Value="24" />
|
|
|
+ <Setter Property="Padding" Value="0" />
|
|
|
+ <Setter Property="HorizontalContentAlignment" Value="Center" />
|
|
|
+ <Setter Property="VerticalContentAlignment" Value="Center" />
|
|
|
</Style>
|
|
|
-
|
|
|
+
|
|
|
<Style Selector="ToggleButton.pixi-icon:checked">
|
|
|
- <Setter Property="Background" Value="{DynamicResource ThemeControlHighBrush}"/>
|
|
|
+ <Setter Property="Background" Value="{DynamicResource ThemeControlHighBrush}" />
|
|
|
</Style>
|
|
|
</Styles>
|