|
@@ -13,6 +13,7 @@
|
|
|
|
|
|
<Style Selector="Label.pixi-icon">
|
|
<Style Selector="Label.pixi-icon">
|
|
<Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}" />
|
|
<Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}" />
|
|
|
|
+ <Setter Property="BorderThickness" Value="0" />
|
|
</Style>
|
|
</Style>
|
|
|
|
|
|
<Style Selector="Run.pixi-icon">
|
|
<Style Selector="Run.pixi-icon">
|
|
@@ -26,6 +27,7 @@
|
|
<Setter Property="Padding" Value="0" />
|
|
<Setter Property="Padding" Value="0" />
|
|
<Setter Property="HorizontalContentAlignment" Value="Center" />
|
|
<Setter Property="HorizontalContentAlignment" Value="Center" />
|
|
<Setter Property="VerticalContentAlignment" Value="Center" />
|
|
<Setter Property="VerticalContentAlignment" Value="Center" />
|
|
|
|
+ <Setter Property="BorderThickness" Value="0" />
|
|
</Style>
|
|
</Style>
|
|
|
|
|
|
<Style Selector="Button.pixi-icon:pointerover">
|
|
<Style Selector="Button.pixi-icon:pointerover">
|