remove maxheight and maxwidth sets

This commit is contained in:
bluepilledgreat 2024-10-20 00:36:07 +01:00
parent 605db3cc0f
commit ac37e9f99b

View File

@ -392,9 +392,6 @@ namespace Bloxstrap.UI.Elements.Bootstrapper
dialog.Margin = new Thickness(0, 0, 0, 0); dialog.Margin = new Thickness(0, 0, 0, 0);
dialog.Padding = 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) private static void HandleXmlElement_TitleBar(CustomDialog dialog, XElement xmlElement)