mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Fix ActionButtonPinkStyle
This commit is contained in:
@@ -145,9 +145,9 @@
|
|||||||
</LinearGradientBrush>
|
</LinearGradientBrush>
|
||||||
</Style.Resources>
|
</Style.Resources>
|
||||||
|
|
||||||
<Setter Property="FontFamily" Value="segoe zuc"/>
|
<Setter Property="FontWeight" Value="Bold"/>
|
||||||
<Setter Property="FontWeight" Value="ExtraBlack"/>
|
<Setter Property="FontSize" Value="11"/>
|
||||||
<Setter Property="FontSize" Value="12"/>
|
<Setter Property="Padding" Value="12,0"/>
|
||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
<ControlTemplate TargetType="Button">
|
<ControlTemplate TargetType="Button">
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
TextBlock.Foreground="White"
|
TextBlock.Foreground="White"
|
||||||
Background="{StaticResource NormalBackgroundBrush}"
|
Background="{StaticResource NormalBackgroundBrush}"
|
||||||
BorderBrush="{StaticResource NormalBorderBrush}"
|
BorderBrush="{StaticResource NormalBorderBrush}"
|
||||||
Padding="8,2" CornerRadius="4">
|
Padding="{TemplateBinding Padding}" CornerRadius="4">
|
||||||
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
|
||||||
|
|
||||||
<VisualStateManager.VisualStateGroups>
|
<VisualStateManager.VisualStateGroups>
|
||||||
|
|||||||
Reference in New Issue
Block a user