Reduce border significance

This commit is contained in:
John Lewin 2018-09-13 22:31:06 -07:00
parent 65c4d1ff39
commit 30ac73af67

View file

@ -64,8 +64,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
VAnchor = VAnchor.Center,
DisabledColor = theme.MinimalShade,
Border = new BorderDouble(1),
BorderColor = theme.GetBorderColor(200)
};
BorderColor = theme.GetBorderColor(75)
};
this.AddChild(colorButton);
}