From 50be7390e586f664df76d7fed41fc3c39252288c Mon Sep 17 00:00:00 2001 From: Omar <90123670+mewclouds@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:42:25 -0400 Subject: [PATCH] fix: restore WindowStyle to SingleBorderWindow for proper window framing (#4868) --- xaml/inputXML.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index 5c9b8df4..90d589e0 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:WinUtility" WindowStartupLocation="CenterScreen" UseLayoutRounding="True" - WindowStyle="None" + WindowStyle="SingleBorderWindow" Width="Auto" Height="Auto" MinWidth="800"