Change ResizeContainer to vertical column

This commit is contained in:
John Lewin 2018-04-05 15:41:20 -07:00
parent 746f4e1d2e
commit f01ff357c9

View file

@ -42,6 +42,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
private int splitterWidth = 10;
internal ResizeContainer(GuiWidget resizeTarget)
: base (FlowDirection.TopToBottom)
{
this.resizeTarget = resizeTarget;
this.HAnchor = HAnchor.Absolute;