Add drop arrows on popup menus
- Issue MatterHackers/MCCentral#2515 Add drop arrows to controls that show popups
This commit is contained in:
parent
d7a9c1f12e
commit
732e633ed9
7 changed files with 38 additions and 22 deletions
|
|
@ -123,7 +123,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
if (printer.Settings.GetValue<bool>(SettingsKey.has_heated_bed))
|
||||
{
|
||||
this.AddChild(new TemperatureWidgetBed(printer));
|
||||
this.AddChild(new TemperatureWidgetBed(printer)
|
||||
{
|
||||
Margin = new BorderDouble(right: 35)
|
||||
});
|
||||
}
|
||||
|
||||
this.OverflowMenu.Name = "Printer Overflow Menu";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue