Consistent use of HorizontalSpacer for layout
This commit is contained in:
parent
c2089b5aa3
commit
7a98b347c3
23 changed files with 47 additions and 103 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue