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);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2e65e0202de4fe15491c4cf3208af315cd22d021
|
||||
Subproject commit f406b043f95c2f654f990e557abb5618c2233d3a
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 55f5a4cc40a959d0a37466960b176565aef7ca48
|
||||
Subproject commit 557be63a59e90671151b9e115042794fc8e3e663
|
||||
Loading…
Add table
Add a link
Reference in a new issue