DropDownList should allow caller to specify text color

- Issue MatterHackers/MCCentral#2514
Adjust print popup menu for forced white background
This commit is contained in:
John Lewin 2017-12-29 09:06:37 -08:00
parent 9ad811042c
commit 817fe3e105
13 changed files with 13 additions and 13 deletions

View file

@ -113,7 +113,7 @@ namespace MatterHackers.MatterControl
VAnchor = VAnchor.Center
});
var macroUiLocation = new DropDownList("Default", Direction.Up)
var macroUiLocation = new DropDownList("Default", ActiveTheme.Instance.PrimaryTextColor, Direction.Up)
{
TextColor = ActiveTheme.Instance.PrimaryTextColor,
Margin = new BorderDouble(5, 0),