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:
parent
a1b7870565
commit
9d6db74793
8 changed files with 180 additions and 76 deletions
|
|
@ -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(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue