Continue migrating features to new layout
- Create toolbar for printer - Migrate ActionBarPlus code to new toolbar - Migrate printer specific actions from Options to new toolbar - Consolidate and reuse theme factory instances - Restore F1 reporting of unnamed widgets, useful for finding types
This commit is contained in:
parent
88ff455851
commit
69e83b3dd9
16 changed files with 243 additions and 267 deletions
|
|
@ -309,6 +309,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
};
|
||||
|
||||
viewControls3D = new ViewControls3D(meshViewerWidget);
|
||||
viewControls3D.Margin = new BorderDouble(0, 0, 0, 40);
|
||||
viewControls3D.PartSelectVisible = false;
|
||||
AddChild(viewControls3D);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue