Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update NavigationViewTop.xaml
  • Loading branch information
Nuklon authored Sep 8, 2025
commit 4d145f9cb83e2129e0293f9ba3652b6a7fd1e1fe
2 changes: 2 additions & 0 deletions src/Wpf.Ui/Controls/NavigationView/NavigationViewTop.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
HorizontalAlignment="Left"
VerticalAlignment="Center"
Content="{TemplateBinding Content}"
ContentTemplate="{TemplateBinding ContentTemplate}"
TextElement.FontSize="14"
TextElement.Foreground="{TemplateBinding Foreground}" />
<Grid
Expand Down Expand Up @@ -278,6 +279,7 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Center"
Content="{TemplateBinding Content}"
ContentTemplate="{TemplateBinding ContentTemplate}"
TextElement.FontSize="14"
TextElement.Foreground="{DynamicResource NavigationViewItemForeground}" />
</Grid>
Expand Down
Loading