Add top border to selection panel

This commit is contained in:
John Lewin 2018-01-11 22:26:24 -08:00
parent 027bee90cd
commit be0f2c24af

View file

@ -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);