Updated options menus.

This commit is contained in:
Kevin Pope 2014-09-23 19:23:17 -07:00
parent a4ef3f729c
commit 49838951ab
3 changed files with 15 additions and 15 deletions

View file

@ -174,6 +174,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
sliceOptionsMenuDropList.NormalColor = new RGBA_Bytes(0, 0, 0, 0);
sliceOptionsMenuDropList.BorderColor = new RGBA_Bytes(0, 0, 0, 0);
sliceOptionsMenuDropList.BackgroundColor = new RGBA_Bytes(0, 0, 0, 0);
sliceOptionsMenuDropList.BorderWidth = 1;
sliceOptionsMenuDropList.BorderColor = ActiveTheme.Instance.SecondaryTextColor;
sliceOptionsMenuDropList.SelectionChanged += new EventHandler(MenuDropList_SelectionChanged);
SetMenuItems();