Revise MinimumSize

This commit is contained in:
John Lewin 2019-01-24 17:49:44 -08:00
parent 301f6a7249
commit 151db5bd30
3 changed files with 3 additions and 4 deletions

View file

@ -82,7 +82,6 @@ namespace MatterHackers.MatterControl.CustomWidgets
this.LibraryContext = context;
// Set Display Attributes
this.MinimumSize = new Vector2(0, 200);
this.AnchorAll();
this.AutoScroll = true;
this.ScrollArea.Padding = new BorderDouble(3);