From 750d840563a3f8cad4f27bdda72a20a697c7d6b2 Mon Sep 17 00:00:00 2001 From: Tobias Wohlleben Date: Tue, 21 Jan 2025 23:07:14 +0100 Subject: [PATCH] wip --- .../Features/PictureGallery/PictureGalleryPage.xaml.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;