From ac37e9f99b5619c8944ba2bfa00e9cbedb654b2f Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:36:07 +0100 Subject: [PATCH] remove maxheight and maxwidth sets --- Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs b/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs index dd6a729..d608f92 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs +++ b/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs @@ -392,9 +392,6 @@ namespace Bloxstrap.UI.Elements.Bootstrapper dialog.Margin = new Thickness(0, 0, 0, 0); dialog.Padding = new Thickness(0, 0, 0, 0); - - dialog.MaxHeight = dialog.Height; - dialog.MaxWidth = dialog.Width; } private static void HandleXmlElement_TitleBar(CustomDialog dialog, XElement xmlElement)