Working on a local library test

This commit is contained in:
Lars Brubaker 2015-09-01 16:03:29 -07:00
parent 9d0c19abf9
commit 44bbbb74e4
16 changed files with 99 additions and 1 deletions

View file

@ -40,6 +40,11 @@ namespace MatterHackers.MatterControl
this.imageName = imageName;
DynamicDropDownMenu menu = CreateMenu(direction);
if(buttonList.Count > 1)
{
menu.Name = buttonList[1].Item1 + " Menu";
}
menu.Margin = new BorderDouble();
Button button = CreateButton(buttonList[0]);