From 868c90a889ebf50759d0dc98f0f5bee379382bf1 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 1 Sep 2022 00:57:23 +0200 Subject: [PATCH] Update InputFieldWindow to be horizontally and vertically resizable Q&A Suggestion --- NamespaceAdjuster/Windows/InputFieldWindow.xaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/NamespaceAdjuster/Windows/InputFieldWindow.xaml b/NamespaceAdjuster/Windows/InputFieldWindow.xaml index a76500b..ed28f8d 100644 --- a/NamespaceAdjuster/Windows/InputFieldWindow.xaml +++ b/NamespaceAdjuster/Windows/InputFieldWindow.xaml @@ -5,10 +5,14 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:NamespaceAdjuster.Windows" mc:Ignorable="d" - Title="Adjust Namespace" Height="80" Width="235" ResizeMode="NoResize" WindowStartupLocation="CenterOwner"> + Title="Adjust Namespace" Height="79" Width="285" WindowStartupLocation="CenterOwner" ResizeMode="CanResizeWithGrip" Padding="0"> - -