Skip to content

Commit 9d798a8

Browse files
authored
Fix: Fixed context menu placement on the home page (#16405)
1 parent 3bcaaf3 commit 9d798a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/UserControls/Widgets/BaseWidgetViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ widgetCardItem.DataContext is not WidgetCardItem item ||
6565
// Create a new Flyout
6666
var itemContextMenuFlyout = new CommandBarFlyout()
6767
{
68-
Placement = FlyoutPlacementMode.Full
68+
Placement = FlyoutPlacementMode.Right
6969
};
7070

7171
// Hook events

0 commit comments

Comments
 (0)