mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Set menu flyout to bottom
This commit is contained in:
parent
1dd6993537
commit
d0b44854ca
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
<Button Height="34" Margin="0 0 10 0">
|
||||
<ui:FontIcon FontSize="14" Glyph="" />
|
||||
<ui:FlyoutService.Flyout>
|
||||
<ui:MenuFlyout x:Name="FilterFlyout">
|
||||
<ui:MenuFlyout x:Name="FilterFlyout" Placement="Bottom">
|
||||
<MenuItem
|
||||
Header=".Net"
|
||||
IsCheckable="True"
|
||||
|
|
|
|||
Loading…
Reference in a new issue