From 6a2799ec8a12d6827a035426ad9e7f18cc0cea45 Mon Sep 17 00:00:00 2001 From: Matt <97983689+bluepilledgreat@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:43:16 +0100 Subject: [PATCH] update minimum window size (#3264) --- 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}"