diff --git a/src/CamBooth/CamBooth.App/Features/PictureGallery/PictureGalleryPage.xaml.cs b/src/CamBooth/CamBooth.App/Features/PictureGallery/PictureGalleryPage.xaml.cs index 108f255..de266f4 100644 --- a/src/CamBooth/CamBooth.App/Features/PictureGallery/PictureGalleryPage.xaml.cs +++ b/src/CamBooth/CamBooth.App/Features/PictureGallery/PictureGalleryPage.xaml.cs @@ -102,10 +102,7 @@ public partial class PictureGalleryPage : Page VerticalAlignment = VerticalAlignment.Center, Source = PictureGalleryService.CreateThumbnail(picturePathUri.AbsolutePath, 450, 300) }; - - // contentDialog.DialogWidth = 800; - // contentDialog.DialogMaxHeight = 300; - // contentDialog.DialogHeight = 300; + contentDialog.VerticalAlignment = VerticalAlignment.Top; contentDialog.PrimaryButtonAppearance = ControlAppearance.Caution; contentDialog.CloseButtonAppearance = ControlAppearance.Dark;