Consistent use of HorizontalSpacer for layout

This commit is contained in:
John Lewin 2016-04-25 13:35:36 -07:00
parent c2089b5aa3
commit 7a98b347c3
23 changed files with 47 additions and 103 deletions

View file

@ -105,9 +105,6 @@ namespace MatterHackers.MatterControl.ConfigurationPage
printLevelingStatusLabel.TextColor = ActiveTheme.Instance.PrimaryTextColor;
printLevelingStatusLabel.VAnchor = VAnchor.ParentCenter;
GuiWidget hSpacer = new GuiWidget();
hSpacer.HAnchor = HAnchor.ParentLeftRight;
ActivePrinterProfile.Instance.DoPrintLevelingChanged.RegisterEvent((sender, e) =>
{
SetPrintLevelButtonVisiblity();