Revise overflow behavior

This commit is contained in:
John Lewin 2018-02-08 22:37:58 -08:00
parent 33cd70b9d7
commit b54574747e
3 changed files with 16 additions and 10 deletions

View file

@ -187,10 +187,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (printer.Settings.GetValue<bool>(SettingsKey.has_heated_bed))
{
this.AddChild(new TemperatureWidgetBed(printer)
{
Margin = new BorderDouble(right: 35)
});
this.AddChild(new TemperatureWidgetBed(printer));
}
this.OverflowMenu.Name = "Printer Overflow Menu";