Load and Unload Macros working better.

Fixed colors on redeem purchase disabled button
This commit is contained in:
Lars Brubaker 2016-11-29 14:17:37 -08:00
parent a241888635
commit 06b1512698
24 changed files with 87 additions and 72 deletions

View file

@ -38,7 +38,7 @@ namespace MatterHackers.MatterControl.SetupWizard
UiThread.RunOnIdle(WizardWindow.Close);
});
footerRow.AddChild(new HorizontalSpacer());
footerRow.AddChild(cancelButton);
footerRow.AddChild(closeButton);
}
private void ReportProgress(SyncReportType report)