Skip to content

Commit

Permalink
Fix the menu flyout placement for MainPage.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jul 18, 2023
1 parent ca5ea46 commit a09bc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NanaGet/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<SymbolIcon Symbol="More" />
</Button.Content>
<Button.Flyout>
<MenuFlyout>
<MenuFlyout Placement="BottomEdgeAlignedRight">
<MenuFlyoutItem
x:Uid="/TaskManagerGrid/OpenDownloadsFolderButton"
Click="TaskManagerGridOpenDownloadsFolderButtonClick"
Expand Down Expand Up @@ -222,7 +222,7 @@
<SymbolIcon Symbol="More" />
</Button.Content>
<Button.Flyout>
<MenuFlyout>
<MenuFlyout Placement="BottomEdgeAlignedRight">
<MenuFlyoutItem
x:Uid="/TaskManagerGrid/TaskItemCopyLinkButton"
Click="TaskManagerGridTaskItemCopyLinkButtonClick"
Expand Down

0 comments on commit a09bc80

Please sign in to comment.