Remove anonymous blocks
This commit is contained in:
parent
cc2967751e
commit
060bb79daa
1 changed files with 136 additions and 141 deletions
|
|
@ -56,8 +56,6 @@ namespace MatterHackers.MatterControl
|
|||
this.BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor;
|
||||
this.Padding = new BorderDouble(5, 0);
|
||||
|
||||
{
|
||||
{
|
||||
var topBarControls = new FlowLayoutWidget(FlowDirection.LeftToRight);
|
||||
topBarControls.HAnchor |= HAnchor.Left;
|
||||
|
||||
|
|
@ -96,9 +94,7 @@ namespace MatterHackers.MatterControl
|
|||
topBarControls.AddChild(autoUppercase);
|
||||
|
||||
this.AddChild(topBarControls);
|
||||
}
|
||||
|
||||
{
|
||||
FlowLayoutWidget leftToRight = new FlowLayoutWidget();
|
||||
leftToRight.AnchorAll();
|
||||
|
||||
|
|
@ -115,7 +111,7 @@ namespace MatterHackers.MatterControl
|
|||
leftToRight.AddChild(new TextScrollBar(textScrollWidget, 15));
|
||||
|
||||
this.AddChild(leftToRight);
|
||||
}
|
||||
|
||||
|
||||
var manualEntryLayout = new FlowLayoutWidget(FlowDirection.LeftToRight)
|
||||
{
|
||||
|
|
@ -209,7 +205,6 @@ namespace MatterHackers.MatterControl
|
|||
bottomRowContainer.AddChild(new HorizontalSpacer());
|
||||
|
||||
this.AddChild(bottomRowContainer);
|
||||
}
|
||||
|
||||
this.AnchorAll();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue