Create specialized border fields
This commit is contained in:
parent
87ebb0f215
commit
4f0f790f56
22 changed files with 42 additions and 30 deletions
|
|
@ -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)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue