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

@ -287,6 +287,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
Margin = new BorderDouble(0, 0, 10, 35),
VAnchor = VAnchor.Top,
HAnchor = HAnchor.Right,
Name = "Tumble Cube Control"
};
this.InteractionLayer.AddChild(tumbleCubeControl);
@ -296,7 +297,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
HAnchor = HAnchor.Right | HAnchor.Fit,
VAnchor = VAnchor.Top | VAnchor.Fit,
//Margin = new BorderDouble(top: tumbleCubeControl.Height + tumbleCubeControl.Margin.Height + 2),
BackgroundColor = theme.MinimalShade
BackgroundColor = theme.MinimalShade,
Name = "View Options Bar"
};
this.InteractionLayer.AddChild(viewOptionsBar);