Skip to content

Commit 05492c6

Browse files
committed
MahApps.Fonts.Default.Mui -> MahApps.Fonts.Family.Default.Mui
1 parent 5077542 commit 05492c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/MahApps.Metro/Styles/Fonts.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<!-- MUI -->
4141

42-
<FontFamily x:Key="MahApps.Fonts.Default.Mui">Segoe UI</FontFamily>
42+
<FontFamily x:Key="MahApps.Fonts.Family.Default.Mui">Segoe UI</FontFamily>
4343
<FontFamily x:Key="MahApps.Fonts.Fixed.Mui">Consolas</FontFamily>
4444

4545
<System:Double x:Key="MahApps.Sizes.Font.Default.Mui">13</System:Double>

src/MahApps.Metro/Styles/MUI/ContextMenu.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
33

44
<Style x:Key="MahApps.Styles.ContextMenu.Mui" TargetType="{x:Type ContextMenu}">
5-
<Setter Property="FontFamily" Value="{DynamicResource MahApps.Fonts.Default.Mui}"/>
5+
<Setter Property="FontFamily" Value="{DynamicResource MahApps.Fonts.Family.Default.Mui}"/>
66
<Setter Property="FontSize" Value="{DynamicResource MahApps.Sizes.Font.Default.Mui}" />
77
<Setter Property="TextOptions.TextFormattingMode" Value="Display" />
88
<Setter Property="Background" Value="{DynamicResource MahApps.Brushes.WindowBackground.Mui}" />

src/MahApps.Metro/Styles/MUI/DataGrid.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<Setter Property="Foreground" Value="{DynamicResource MahApps.Brushes.DataGridHeaderForeground.Mui}" />
182182
<Setter Property="BorderThickness" Value="0" />
183183
<Setter Property="FontWeight" Value="Bold" />
184-
<Setter Property="FontFamily" Value="{DynamicResource MahApps.Fonts.Default.Mui}" />
184+
<Setter Property="FontFamily" Value="{DynamicResource MahApps.Fonts.Family.Default.Mui}" />
185185
<Setter Property="FontSize" Value="{DynamicResource MahApps.Sizes.Font.Default.Mui}" />
186186
<Setter Property="Padding" Value="4,3,4,3"/>
187187
<Setter Property="HorizontalContentAlignment" Value="Center" />

src/MahApps.Metro/Styles/MUI/Tooltip.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Setter Property="BorderBrush" Value="{DynamicResource MahApps.Brushes.WindowBorderActive.Mui}"/>
77
<Setter Property="Background" Value="{DynamicResource MahApps.Brushes.WindowBackground.Mui}"/>
88
<Setter Property="Foreground" Value="{DynamicResource MahApps.Brushes.WindowText.Mui}"/>
9-
<Setter Property="FontFamily" Value="{DynamicResource MahApps.Fonts.Default.Mui}"/>
9+
<Setter Property="FontFamily" Value="{DynamicResource MahApps.Fonts.Family.Default.Mui}"/>
1010
<Setter Property="FontSize" Value="{DynamicResource MahApps.Sizes.Font.Default.Mui}"/>
1111
<Setter Property="FontStyle" Value="Normal"/>
1212
<Setter Property="FontWeight" Value="Normal"/>

0 commit comments

Comments
 (0)