Adjust menu border colors.
This commit is contained in:
parent
bcb3b44d89
commit
d7b2dc5bc1
2 changed files with 3 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
moreMenu = new DropDownMenu("More".Localize() + "... ");
|
||||
moreMenu.NormalColor = new RGBA_Bytes();
|
||||
moreMenu.BorderWidth = 1;
|
||||
moreMenu.BorderColor = ActiveTheme.Instance.SecondaryTextColor;
|
||||
moreMenu.BorderColor = new RGBA_Bytes(ActiveTheme.Instance.SecondaryTextColor,100);
|
||||
moreMenu.MenuAsWideAsItems = false;
|
||||
moreMenu.VAnchor = VAnchor.ParentBottomTop;
|
||||
moreMenu.Margin = new BorderDouble(3, 3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue