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
Next Next commit
Update NavigationViewCompact.xaml
  • Loading branch information
Nuklon authored Sep 8, 2025
commit 2565906a19eaf72acdf456ddf70a95b710f9de7a
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
HorizontalAlignment="Left"
VerticalAlignment="Center"
Content="{TemplateBinding Content}"
ContentTemplate="{TemplateBinding ContentTemplate}"
TextElement.FontSize="14"
TextElement.Foreground="{TemplateBinding Foreground}" />

Expand Down Expand Up @@ -169,6 +170,7 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Center"
Content="{TemplateBinding Content}"
ContentTemplate="{TemplateBinding ContentTemplate}"
TextElement.FontSize="14"
TextElement.Foreground="{TemplateBinding Foreground}" />

Expand Down