Create specialized border fields

This commit is contained in:
John Lewin 2018-10-16 21:21:42 -07:00
parent 87ebb0f215
commit 4f0f790f56
22 changed files with 42 additions and 30 deletions

View file

@ -65,7 +65,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
var selectableOptions = new DropDownList("Custom", textColor, maxHeight: 200, pointSize: theme.DefaultFontSize)
{
BorderColor = theme.GetBorderColor(75),
BorderColor = theme.DropListFieldBorder,
Margin = new BorderDouble(0, 0, 10, 0)
};