Fix PrinterActionsBar spacing
This commit is contained in:
parent
9a2e445e35
commit
3b8c791dc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue