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)