First pass of interface tour is ready

issue: MatterHackers/MCCentral#4561
Create new startup Ui walk through to show users where ui elements can be found
This commit is contained in:
Lars Brubaker 2018-11-29 09:53:48 -08:00
parent a1b7870565
commit 9d6db74793
8 changed files with 180 additions and 76 deletions

View file

@ -104,7 +104,8 @@ namespace MatterHackers.MatterControl.PrintLibrary
Margin = theme.ButtonSpacing,
ToolTipText = "Import Printer".Localize(),
Height = forcedHeight,
Width = forcedHeight
Width = forcedHeight,
Name = "Import Printer Button"
};
importPrinter.Click += (s, e) => UiThread.RunOnIdle(() =>
{