From 5c5b999a090aa18cbe4e64e4c7d689ba1e37af7e Mon Sep 17 00:00:00 2001 From: Nilesh <92365820+itsNileshHere@users.noreply.github.com> Date: Fri, 23 May 2025 21:29:54 +0530 Subject: [PATCH] Change WindowStyle to SingleBorderWindow (#3373) --- xaml/inputXML.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index a319ee90..08c81c32 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -7,7 +7,7 @@ mc:Ignorable="d" WindowStartupLocation="CenterScreen" UseLayoutRounding="True" - WindowStyle="None" + WindowStyle="SingleBorderWindow" Width="Auto" Height="Auto" MaxWidth="1380"