Fix PrinterActionsBar spacing

This commit is contained in:
John Lewin 2017-10-29 08:12:21 -06:00
parent 9a2e445e35
commit 3b8c791dc5

View file

@ -134,7 +134,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
var printerActionsBar = new PrinterActionsBar(printer, this, theme)
{
Padding = theme.ToolbarPadding
Padding = new BorderDouble(0, theme.ToolbarPadding.Top)
};
// Must come after we have an instance of View3DWidget an its undo buffer