Updated options menus.
This commit is contained in:
parent
a4ef3f729c
commit
49838951ab
3 changed files with 15 additions and 15 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue