diff --git a/Bloxstrap/UI/Elements/Bootstrapper/ClassicFluentDialog.xaml b/Bloxstrap/UI/Elements/Bootstrapper/ClassicFluentDialog.xaml index bf41ec3..f3523cc 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/ClassicFluentDialog.xaml +++ b/Bloxstrap/UI/Elements/Bootstrapper/ClassicFluentDialog.xaml @@ -1,31 +1,41 @@ - + + - - - - + + + + diff --git a/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml b/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml index 0ddaa83..ec86ce0 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml +++ b/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml @@ -8,12 +8,11 @@ xmlns:resources="clr-namespace:Bloxstrap.Resources" xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" xmlns:vms="clr-namespace:Bloxstrap.UI.ViewModels.Bootstrapper" - Width="500" - Height="280" + Width="520" + Height="320" MinHeight="0" d:DataContext="{d:DesignInstance vms:FluentDialogViewModel, IsDesignTimeCreatable=True}" - AllowsTransparency="True" Background="{ui:ThemeResource ApplicationBackgroundBrush}" Closing="UiWindow_Closing" ExtendsContentIntoTitleBar="True" @@ -43,17 +42,16 @@