From 683b016ff896a9b2444e34c7881f70bf2f8d9692 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Wed, 12 Jun 2024 18:38:01 +0100 Subject: [PATCH] Roll back fluent dialog update to Matt's layout --- .../UI/Elements/Bootstrapper/FluentDialog.xaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml b/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml index ec86ce0..6c56713 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml +++ b/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml @@ -8,8 +8,8 @@ xmlns:resources="clr-namespace:Bloxstrap.Resources" xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" xmlns:vms="clr-namespace:Bloxstrap.UI.ViewModels.Bootstrapper" - Width="520" - Height="320" + Width="500" + Height="280" MinHeight="0" d:DataContext="{d:DesignInstance vms:FluentDialogViewModel, IsDesignTimeCreatable=True}" @@ -42,16 +42,17 @@