We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcaaf3 commit 9d798a8Copy full SHA for 9d798a8
src/Files.App/ViewModels/UserControls/Widgets/BaseWidgetViewModel.cs
@@ -65,7 +65,7 @@ widgetCardItem.DataContext is not WidgetCardItem item ||
65
// Create a new Flyout
66
var itemContextMenuFlyout = new CommandBarFlyout()
67
{
68
- Placement = FlyoutPlacementMode.Full
+ Placement = FlyoutPlacementMode.Right
69
};
70
71
// Hook events
0 commit comments