Reduce droplist border significance to match original border style
- Issue MatterHackers/MCCentral#2529 Inconsistent border strengths
This commit is contained in:
parent
fa9419efb0
commit
e94f1f04af
14 changed files with 32 additions and 24 deletions
|
|
@ -90,7 +90,8 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
var releaseOptionsDropList = new DropDownList("Development", theme.Colors.PrimaryTextColor, maxHeight: 200, pointSize: theme.DefaultFontSize)
|
||||
{
|
||||
HAnchor = HAnchor.Fit
|
||||
HAnchor = HAnchor.Fit,
|
||||
BorderColor = theme.GetBorderColor(75)
|
||||
};
|
||||
releaseOptionsDropList.AddItem("Stable".Localize(), "release");
|
||||
releaseOptionsDropList.AddItem("Beta".Localize(), "pre-release");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue