Create specialized border fields
This commit is contained in:
parent
87ebb0f215
commit
4f0f790f56
22 changed files with 42 additions and 30 deletions
|
|
@ -120,7 +120,7 @@ namespace MatterHackers.MatterControl
|
|||
var releaseOptionsDropList = new DropDownList("Development", theme.Colors.PrimaryTextColor, maxHeight: 200, pointSize: theme.DefaultFontSize)
|
||||
{
|
||||
HAnchor = HAnchor.Fit,
|
||||
BorderColor = theme.GetBorderColor(75)
|
||||
BorderColor = theme.DropListFieldBorder
|
||||
};
|
||||
releaseOptionsDropList.AddItem("Stable".Localize(), "release");
|
||||
releaseOptionsDropList.AddItem("Beta".Localize(), "pre-release");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue