Skip to content

Commit

Permalink
Merge pull request LuckyDucko#38 from AswinPG/master
Browse files Browse the repository at this point in the history
HasSystemPadding
  • Loading branch information
LuckyDucko authored Jan 16, 2023
2 parents bc4df88 + 7373fff commit 809bc98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SampleMaui/XAML/AswinPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
Title="Aswin"
BackgroundClicked="PopupPage_BackgroundClicked"
BackgroundInputTransparent="False"
CloseWhenBackgroundIsClicked="True">
CloseWhenBackgroundIsClicked="True"
HasSystemPadding="False">
<Mopups:PopupPage.Animation>
<Animations:MoveAnimation PositionIn="Top" PositionOut="Top" />
</Mopups:PopupPage.Animation>
Expand Down

0 comments on commit 809bc98

Please sign in to comment.