Skip to content

Commit 3e42503

Browse files
Modified the ExpanderFlyoutPage
1 parent fbd9402 commit 3e42503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ExpanderMaui/ExpanderMaui/Views/ExpanderFlyoutPage.xaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<FlyoutPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
33
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
44
x:Class="ExpanderMaui.Views.ExpanderFlyoutPage"
5-
xmlns:pages="clr-namespace:ExpanderMaui.Views" FlyoutLayoutBehavior="Default" Padding="0,40,0,0">
5+
xmlns:pages="clr-namespace:ExpanderMaui.Views"
6+
FlyoutLayoutBehavior="Default">
67
<FlyoutPage.Flyout>
78
<pages:ExpanderFlyoutMaster/>
89
</FlyoutPage.Flyout>

0 commit comments

Comments
 (0)