Fix invalid growth in toolbar height
This commit is contained in:
parent
c4fbbddcc3
commit
56d5ccf241
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
// Add vertical separator
|
||||
this.AddChild(new VerticalLine(50)
|
||||
{
|
||||
Margin = 3,
|
||||
Margin = new BorderDouble(3, 0),
|
||||
VAnchor = VAnchor.Absolute,
|
||||
Height = theme.ButtonHeight,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue