Change Color button to drop styling

- Issue MatterHackers/MCCentral#2830
Inconsistent button styling
This commit is contained in:
John Lewin 2018-02-14 08:08:18 -08:00
parent 643647b700
commit 37cc65cd9d

View file

@ -128,9 +128,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
editorColumn.AddChild(toolbar);
// put in the button for making the behavior solid
var solidBehaviorButton = new PopupButton(new TextButton("Color".Localize(), theme))
var solidBehaviorButton = new PopupMenuButton("Color".Localize(), theme)
{
Name = "Solid Colors",
DrawArrow = true,
AlignToRightEdge = true,
PopupContent = new ColorSwatchSelector(scene)
{