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
|
|
@ -40,6 +40,7 @@ namespace MatterHackers.MatterControl
|
|||
public BoundDropList(string noSelectionString, int maxHeight = 0)
|
||||
: base(noSelectionString, ActiveTheme.Instance.PrimaryTextColor, maxHeight: maxHeight, pointSize: ApplicationController.Instance.Theme.DefaultFontSize)
|
||||
{
|
||||
this.BorderColor = ApplicationController.Instance.Theme.GetBorderColor(75);
|
||||
}
|
||||
|
||||
public List<KeyValuePair<string, string>> ListSource
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue