Good progress on color gradient layout.
This commit is contained in:
parent
81b09633ce
commit
1495a5794d
10 changed files with 82 additions and 0 deletions
|
|
@ -256,6 +256,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
viewControls2D = new ViewControls2D();
|
||||
AddChild(viewControls2D);
|
||||
|
||||
ColorGradientWidget gradient = new ColorGradientWidget();
|
||||
gradient.VAnchor = Agg.UI.VAnchor.ParentTop;
|
||||
AddChild(gradient);
|
||||
|
||||
viewControls3D = new ViewControls3D(meshViewerWidget);
|
||||
viewControls3D.PartSelectVisible = false;
|
||||
AddChild(viewControls3D);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue