Working on a local library test
This commit is contained in:
parent
9d0c19abf9
commit
44bbbb74e4
16 changed files with 99 additions and 1 deletions
|
|
@ -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]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue