Add drop arrows on popup menus

- Issue MatterHackers/MCCentral#2515
Add drop arrows to controls that show popups
This commit is contained in:
John Lewin 2017-12-27 13:12:34 -08:00
parent d7a9c1f12e
commit 732e633ed9
7 changed files with 38 additions and 22 deletions

View file

@ -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";