From 5475fe59dea9bbf14ec9cb3341cafe1789d6391d Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:08:32 +0100 Subject: [PATCH] update min height of window --- Bloxstrap/Resources/CustomBootstrapperTemplate.xml | 2 +- Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.xaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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"