Spelling correction.
This commit is contained in:
parent
cbe97d4513
commit
6646db683f
3 changed files with 4 additions and 4 deletions
|
|
@ -110,7 +110,7 @@ namespace MatterHackers.MatterControl
|
||||||
ActiveTheme.Instance.SecondaryAccentColor, new RGBA_Bytes(), unselectedTextColor, new RGBA_Bytes()));
|
ActiveTheme.Instance.SecondaryAccentColor, new RGBA_Bytes(), unselectedTextColor, new RGBA_Bytes()));
|
||||||
|
|
||||||
|
|
||||||
GuiWidget manualPrinterControls = new ManualControlsWidget();
|
GuiWidget manualPrinterControls = new ManualPrinterControls();
|
||||||
|
|
||||||
part3DViewContainer = new GuiWidget();
|
part3DViewContainer = new GuiWidget();
|
||||||
part3DViewContainer.AnchorAll();
|
part3DViewContainer.AnchorAll();
|
||||||
|
|
@ -191,7 +191,7 @@ namespace MatterHackers.MatterControl
|
||||||
void reloadControlsWidget()
|
void reloadControlsWidget()
|
||||||
{
|
{
|
||||||
|
|
||||||
GuiWidget manualPrinterControls = new ManualControlsWidget();
|
GuiWidget manualPrinterControls = new ManualPrinterControls();
|
||||||
|
|
||||||
//ScrollableWidget manualPrinterControlsWidget = new ScrollableWidget(true);
|
//ScrollableWidget manualPrinterControlsWidget = new ScrollableWidget(true);
|
||||||
//manualPrinterControlsWidget.ScrollArea.HAnchor |= Agg.UI.HAnchor.ParentLeftRight;
|
//manualPrinterControlsWidget.ScrollArea.HAnchor |= Agg.UI.HAnchor.ParentLeftRight;
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
||||||
{
|
{
|
||||||
public partial class View3DWidget
|
public partial class View3DWidget
|
||||||
{
|
{
|
||||||
private void AutoArangePartsInBackground()
|
private void AutoArrangePartsInBackground()
|
||||||
{
|
{
|
||||||
if (MeshGroups.Count > 0)
|
if (MeshGroups.Count > 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -966,7 +966,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
||||||
autoArrangeButton.Visible = false;
|
autoArrangeButton.Visible = false;
|
||||||
autoArrangeButton.Click += (sender, e) =>
|
autoArrangeButton.Click += (sender, e) =>
|
||||||
{
|
{
|
||||||
AutoArangePartsInBackground();
|
AutoArrangePartsInBackground();
|
||||||
};
|
};
|
||||||
|
|
||||||
GuiWidget verticalSpacer = new GuiWidget();
|
GuiWidget verticalSpacer = new GuiWidget();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue