Change ResizeContainer to vertical column
This commit is contained in:
parent
746f4e1d2e
commit
f01ff357c9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue