Change Color button to drop styling
- Issue MatterHackers/MCCentral#2830 Inconsistent button styling
This commit is contained in:
parent
643647b700
commit
37cc65cd9d
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue