mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
remove maxheight and maxwidth sets
This commit is contained in:
parent
605db3cc0f
commit
ac37e9f99b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user