diff --git a/Bloxstrap/Resources/CustomBootstrapperTemplate.xml b/Bloxstrap/Resources/CustomBootstrapperTemplate.xml index 3f4cd22..2139b21 100644 --- a/Bloxstrap/Resources/CustomBootstrapperTemplate.xml +++ b/Bloxstrap/Resources/CustomBootstrapperTemplate.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.xaml b/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.xaml index a37854c..a2654db 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.xaml +++ b/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.xaml @@ -10,6 +10,8 @@ Title="Bloxstrap" Width="800" Height="450" + MinWidth="150" + MinHeight="150" Background="{ui:ThemeResource ApplicationBackgroundBrush}" ExtendsContentIntoTitleBar="True" ResizeMode="NoResize"