Adding sliders to all primitives
This commit is contained in:
parent
3ac482f5e9
commit
c36d270c92
23 changed files with 205 additions and 56 deletions
|
|
@ -60,7 +60,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
var rebuildLock = this.RebuildLock();
|
||||
SourceContainer.Visible = true;
|
||||
|
||||
using (new CenterAndHeightMaintainer(this, CenterAndHeightMaintainer.MaintainFlags.Height))
|
||||
using (new CenterAndHeightMaintainer(this, MaintainFlags.Bottom))
|
||||
{
|
||||
await ApplicationController.Instance.Tasks.Execute(
|
||||
"Linear Array".Localize(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue