Skip to content

Commit 8148696

Browse files
authored
Reduced nav bar text size (#859)
1 parent b9d0045 commit 8148696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Files/UserControls/NavigationToolbar/ModernNavigationToolbar.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
<StackPanel Orientation="Horizontal" Spacing="5">
489489
<TextBlock
490490
Margin="0,0,0,4"
491-
FontSize="18"
491+
FontSize="16"
492492
FontWeight="Normal"
493493
Text="{Binding Title}" />
494494
<FontIcon FontSize="10" Glyph="&#xE76C;" />
@@ -504,7 +504,7 @@
504504
<StackPanel Orientation="Horizontal" Spacing="5">
505505
<TextBlock
506506
Margin="0,0,0,4"
507-
FontSize="18"
507+
FontSize="16"
508508
FontWeight="Medium"
509509
Text="{Binding Title}" />
510510
<FontIcon FontSize="10" Glyph="&#xE76C;" />
@@ -630,7 +630,7 @@
630630
BorderThickness="0"
631631
FocusDisengaged="VisiblePath_LostFocus"
632632
FontFamily="Segoe UI"
633-
FontSize="18"
633+
FontSize="16"
634634
FontWeight="SemiBold"
635635
KeyDown="VisiblePath_TextChanged"
636636
LostFocus="VisiblePath_LostFocus"

0 commit comments

Comments
 (0)