Make sure success massage is not red
This commit is contained in:
parent
2c030d3ce0
commit
25303bbc74
3 changed files with 2 additions and 3 deletions
|
|
@ -201,7 +201,6 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
{
|
||||
printerConnectionMessage.TextColor = theme.TextColor;
|
||||
printerConnectionMessage.Text = "Connection succeeded (port {0}).".Localize().FormatWith(foundPort);
|
||||
printerConnectionMessage.TextColor = Color.Red;
|
||||
nextButton.Visible = true;
|
||||
connectButton.Visible = false;
|
||||
UiThread.RunOnIdle(() => this?.Parent?.Close(), 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue