Add top border to selection panel
This commit is contained in:
parent
027bee90cd
commit
be0f2c24af
1 changed files with 2 additions and 0 deletions
|
|
@ -164,6 +164,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
SpliterBarColor = theme.SplitterBackground,
|
||||
SplitterWidth = theme.SplitterWidth,
|
||||
Visible = false,
|
||||
Border = new BorderDouble(top: 1),
|
||||
BorderColor = theme.MinimalShade
|
||||
};
|
||||
|
||||
this.InteractionLayer.AddChild(selectedObjectContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue