|
@@ -7,7 +7,7 @@
|
|
<Setter.Value>
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="Button">
|
|
<ControlTemplate TargetType="Button">
|
|
<Grid x:Name="LayoutRoot" Background="Transparent" Width="44" Height="35">
|
|
<Grid x:Name="LayoutRoot" Background="Transparent" Width="44" Height="35">
|
|
- <TextBlock x:Name="txt" Text="{TemplateBinding Content}" FontFamily="Segoe MDL2 Assets"
|
|
|
|
|
|
+ <TextBlock x:Name="txt" Text="{TemplateBinding Content}" FontFamily="{DynamicResource NativeIconFont}"
|
|
FontSize="10"
|
|
FontSize="10"
|
|
Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
RenderOptions.ClearTypeHint="Auto" TextOptions.TextRenderingMode="Aliased"
|
|
RenderOptions.ClearTypeHint="Auto" TextOptions.TextRenderingMode="Aliased"
|
|
@@ -46,8 +46,7 @@
|
|
<Setter.Value>
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="Button">
|
|
<ControlTemplate TargetType="Button">
|
|
<Grid x:Name="LayoutRoot" Background="Transparent" Width="44" Height="35">
|
|
<Grid x:Name="LayoutRoot" Background="Transparent" Width="44" Height="35">
|
|
- <TextBlock x:Name="txt" Text="{TemplateBinding Content}" FontFamily="Segoe MDL2 Assets"
|
|
|
|
- FontSize="10"
|
|
|
|
|
|
+ <TextBlock x:Name="txt" Text="{TemplateBinding Content}" FontFamily="{DynamicResource NativeIconFont}"
|
|
Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
RenderOptions.ClearTypeHint="Auto" TextOptions.TextRenderingMode="Aliased"
|
|
RenderOptions.ClearTypeHint="Auto" TextOptions.TextRenderingMode="Aliased"
|
|
TextOptions.TextFormattingMode="Display" />
|
|
TextOptions.TextFormattingMode="Display" />
|