Finished the 'Item' menu.

Made localized version resize the Edit element correctly.
This commit is contained in:
larsbrubaker 2015-05-24 09:09:42 -07:00
parent b7b79ba918
commit c690c5cc42
2 changed files with 39 additions and 21 deletions

View file

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