Reduce border significance
This commit is contained in:
parent
65c4d1ff39
commit
30ac73af67
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue