Remove spacing around running tasks
This commit is contained in:
parent
eca557ef2b
commit
ba94536b99
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
view3DContainer.AddChild(new RunningTasksWidget(theme)
|
||||
{
|
||||
MinimumSize = new Vector2(100, 0),
|
||||
Margin = new BorderDouble(left: 10, top: 50),
|
||||
Margin = new BorderDouble(top: printerActionsBar.Height),
|
||||
VAnchor = VAnchor.Top | VAnchor.Fit,
|
||||
HAnchor = HAnchor.Left | HAnchor.Fit,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue