Revise overflow behavior
This commit is contained in:
parent
33cd70b9d7
commit
b54574747e
3 changed files with 16 additions and 10 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue