Revise WizardWindow api
- WizardPage instance should drive window namespace and title - Key open windows page initial WizardPage type
This commit is contained in:
parent
c27b6ec62d
commit
559c300cb4
32 changed files with 113 additions and 55 deletions
|
|
@ -16,6 +16,8 @@ namespace MatterHackers.MatterControl.SetupWizard
|
|||
public SyncingPrintersPage()
|
||||
: base("Close")
|
||||
{
|
||||
this.WindowTitle = "Sync Printer Profiles Page".Localize();
|
||||
|
||||
TextWidget syncingText = new TextWidget("Syncing Profiles...".Localize(),textColor: ActiveTheme.Instance.PrimaryTextColor);
|
||||
syncingDetails = new TextWidget("Retrieving sync information...".Localize(), textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize:10);
|
||||
syncingDetails.AutoExpandBoundsToText = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue