From c17207c3041286d928e2f2e11575c772eddae6ac Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:29:09 +0100 Subject: [PATCH] update minimum window size --- Bloxstrap/UI/Elements/Settings/MainWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/UI/Elements/Settings/MainWindow.xaml b/Bloxstrap/UI/Elements/Settings/MainWindow.xaml index bfb3f31..b1f7e2d 100644 --- a/Bloxstrap/UI/Elements/Settings/MainWindow.xaml +++ b/Bloxstrap/UI/Elements/Settings/MainWindow.xaml @@ -11,7 +11,7 @@ mc:Ignorable="d" d:DataContext="{d:DesignInstance dmodels:MainWindowViewModel, IsDesignTimeCreatable=True}" Title="{x:Static resources:Strings.Menu_Title}" - MinWidth="960" + MinWidth="1000" Width="1000" Height="580" Background="{ui:ThemeResource ApplicationBackgroundBrush}"