Skip to content

Commit 631ed24

Browse files
authored
Fixed Inconsistency between file creation flyouts (#7618)
1 parent 93660a9 commit 631ed24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/UserControls/InnerNavigationToolbar.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
<FontIcon Glyph="&#xE8B7;" />
7676
</MenuFlyoutItem.Icon>
7777
</MenuFlyoutItem>
78-
<MenuFlyoutSeparator x:Name="NewMenuFileFolderSeparator" />
7978
<MenuFlyoutItem
8079
x:Name="NewFile"
8180
x:Uid="BaseLayoutContextFlyoutNewFile"
@@ -87,6 +86,7 @@
8786
<FontIcon Glyph="&#xE7C3;" />
8887
</MenuFlyoutItem.Icon>
8988
</MenuFlyoutItem>
89+
<MenuFlyoutSeparator x:Name="NewMenuFileFolderSeparator" />
9090
</MenuFlyout>
9191
</AppBarButton.Flyout>
9292

0 commit comments

Comments
 (0)