Skip to content

Commit

Permalink
Fix: Fixed the placement of the "New item" flyout
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Jun 27, 2024
1 parent 99a2932 commit 0923cf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Files.App/UserControls/InnerNavigationToolbar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@
<local:OpacityIcon Style="{x:Bind Commands.AddItem.OpacityStyle}" />

<AppBarButton.Flyout>
<MenuFlyout x:Name="NewEmptySpace" Opening="NewEmptySpace_Opening">
<MenuFlyout
x:Name="NewEmptySpace"
Opening="NewEmptySpace_Opening"
Placement="BottomEdgeAlignedLeft">
<MenuFlyoutItem
x:Name="ToolbarNewFolderItem"
AccessKey="D"
Expand Down

0 comments on commit 0923cf0

Please sign in to comment.