From 09f17802c20658612c61601a25705754fa809af9 Mon Sep 17 00:00:00 2001 From: Charlie Morley Date: Thu, 11 Sep 2025 05:23:47 -0600 Subject: [PATCH] Clip the WindowTitle of FancyWindows, so close buttons don't get hidden (#40272) ClipText of FancyWindow title, so close buttons don't get hidden --- Content.Client/UserInterface/Controls/FancyWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/Controls/FancyWindow.xaml b/Content.Client/UserInterface/Controls/FancyWindow.xaml index 84d0499b3a..6195d6aea8 100644 --- a/Content.Client/UserInterface/Controls/FancyWindow.xaml +++ b/Content.Client/UserInterface/Controls/FancyWindow.xaml @@ -10,7 +10,7 @@