Add task feedback to design tabs

Improve Open button to be consistent with other drop buttons
Fix test
This commit is contained in:
Lars Brubaker 2021-09-16 16:31:14 -07:00
parent d4926e702f
commit d560ca5b89
4 changed files with 20 additions and 14 deletions

View file

@ -195,14 +195,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
splitContainer.AddChild(gcodeContainer);
view3DContainer.AddChild(new RunningTasksWidget(theme, Printer)
{
MinimumSize = new Vector2(100, 0),
Margin = new BorderDouble(top: PrinterActionsBar.Height + 1, left: favoritesBar.LocalBounds.Width + favoritesBar.DeviceMarginAndBorder.Width + 1),
VAnchor = VAnchor.Top | VAnchor.Fit,
HAnchor = HAnchor.Left | HAnchor.Fit,
});
// Create and append new widget
gcode2DWidget = new GCode2DWidget(Printer, theme)
{