Remove max width and height from flyout style

This commit is contained in:
Daniel Clark
2021-02-25 15:02:42 +00:00
parent d48d0bd590
commit bc42e0cff1
3 changed files with 25 additions and 23 deletions
@@ -3,7 +3,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:TheXamlGuy.NotificationFlyout.Uwp.UI.Controls">
<Grid Width="400" Height="600">
<Grid Width="800" Height="800">
<Button
HorizontalAlignment="Center"
VerticalAlignment="Center"