From e23ecf36d65ca2066dec6fa0df7e5c811f20d7d4 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:00:44 +0200 Subject: [PATCH] Update minimum window sizing --- Schemas/MainWindow.xaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Schemas/MainWindow.xaml b/Schemas/MainWindow.xaml index bf88a11..4a9ce76 100644 --- a/Schemas/MainWindow.xaml +++ b/Schemas/MainWindow.xaml @@ -2,7 +2,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:shell="clr-namespace:System.Windows.Shell;assembly=PresentationFramework" Title="Win11Debloat" - MinWidth="860" MinHeight="600" + MinWidth="860" MinHeight="640" ResizeMode="CanResize" SnapsToDevicePixels="True" WindowStartupLocation="CenterScreen" @@ -464,7 +464,7 @@ - + - +