From 74d50beb9bb0e94f182f54e024ebe388f06aee27 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 6 Oct 2024 10:21:42 -0400 Subject: [PATCH] Added back window resizing (#250) --- src/TF2HUD.Editor/MainWindow.xaml | 4 +++- src/TF2HUD.Editor/MainWindow.xaml.cs | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/TF2HUD.Editor/MainWindow.xaml b/src/TF2HUD.Editor/MainWindow.xaml index 33fc800d..628a58ef 100644 --- a/src/TF2HUD.Editor/MainWindow.xaml +++ b/src/TF2HUD.Editor/MainWindow.xaml @@ -12,7 +12,7 @@ WindowStyle="None" AllowsTransparency="True" Background="Transparent" - ResizeMode="NoResize" + ResizeMode="CanResizeWithGrip" FontFamily="../Resources/Fonts/TF2Secondary.ttf #TF2 Secondary" FontSize="20px"> @@ -23,6 +23,8 @@ +