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 1fcbe14 commit 1d425c7Copy full SHA for 1d425c7
src/Files.App/Views/LayoutModes/BaseLayout.cs
@@ -60,14 +60,14 @@ public AppModel AppModel
60
{
61
AlwaysExpanded = true,
62
AreOpenCloseAnimationsEnabled = false,
63
- Placement = FlyoutPlacementMode.RightEdgeAlignedTop,
+ Placement = FlyoutPlacementMode.Right,
64
};
65
66
public CommandBarFlyout BaseContextMenuFlyout { get; set; } = new()
67
68
69
70
71
72
73
public BaseLayoutCommandsViewModel? CommandsViewModel { get; protected set; }
0 commit comments