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:
parent
9ad811042c
commit
817fe3e105
13 changed files with 13 additions and 13 deletions
|
|
@ -32,7 +32,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
base.Initialize(tabIndex);
|
||||
bool canChangeComPort = !printer.Connection.PrinterIsConnected && printer.Connection.CommunicationState != CommunicationStates.AttemptingToConnect;
|
||||
dropdownList = new DropDownList("Manual".Localize(), maxHeight: 200)
|
||||
dropdownList = new DropDownList("Manual".Localize(), ActiveTheme.Instance.PrimaryTextColor, maxHeight: 200)
|
||||
{
|
||||
ToolTipText = HelpText,
|
||||
Margin = new BorderDouble(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue