Finished the 'Item' menu.
Made localized version resize the Edit element correctly.
This commit is contained in:
parent
b7b79ba918
commit
c690c5cc42
2 changed files with 39 additions and 21 deletions
|
|
@ -48,7 +48,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
|
||||
public QueueOptionsMenu()
|
||||
{
|
||||
MenuDropList = new DropDownMenu("Options ".Localize(), Direction.Up);
|
||||
MenuDropList = new DropDownMenu("Queue".Localize() + " ", Direction.Up);
|
||||
MenuDropList.VAnchor = VAnchor.ParentBottomTop;
|
||||
MenuDropList.BorderWidth = 1;
|
||||
MenuDropList.MenuAsWideAsItems = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue