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 17a3d30 commit 2e91e77Copy full SHA for 2e91e77
src/Files.App/UserControls/AddressToolbar.xaml
@@ -227,7 +227,10 @@
227
</Grid>
228
</Button.Content>
229
<Button.Flyout>
230
- <Flyout contract8Present:ShouldConstrainToRootBounds="False" AutomationProperties.Name="{helpers:ResourceString Name=OngoingTasks}">
+ <Flyout
231
+ contract8Present:ShouldConstrainToRootBounds="False"
232
+ AutomationProperties.Name="{helpers:ResourceString Name=OngoingTasks}"
233
+ Placement="Bottom">
234
<uc:OngoingTasksFlyout
235
x:Name="OngoingTasksControl"
236
Width="400"
0 commit comments