Skip to content

Commit db618b8

Browse files
authored
Add indicator spacing in properties page & make security icon use up to date font (#9661)
* Modernize Security icon & add indicator spacing * Update Properties.xaml
1 parent e121504 commit db618b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Files.Uwp/Views/Pages/Properties.xaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
SelectedItem="{x:Bind TabGeneral}"
8686
SelectionChanged="NavigationView_SelectionChanged"
8787
SelectionFollowsFocus="Disabled">
88+
<muxc:NavigationView.Resources>
89+
<Style TargetType="muxc:NavigationViewItem">
90+
<Setter Target="SelectionIndicator" Property="Margin" Value="0,-8,0,0" />
91+
</Style>
92+
</muxc:NavigationView.Resources>
8893
<!-- SelectionFollowsFocus disabled to fix #5387 -->
8994

9095
<!-- Tabs -->
@@ -105,7 +110,7 @@
105110
CornerRadius="0"
106111
Tag="Security">
107112
<muxc:NavigationViewItem.Icon>
108-
<FontIcon FontFamily="Segoe MDL2 Assets" Glyph="&#xE730;" />
113+
<FontIcon Glyph="&#xE730;" />
109114
</muxc:NavigationViewItem.Icon>
110115
</muxc:NavigationViewItem>
111116
<muxc:NavigationViewItem

0 commit comments

Comments
 (0)