Remove hard-coded color, fall back to theme version in constructor

- Issue MatterHackers/MCCentral#3112
Unexpected border thickness/color
This commit is contained in:
John Lewin 2018-04-12 16:07:56 -07:00
parent 3e840971ce
commit 96cbdf9abe

View file

@ -368,7 +368,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
HAnchor = HAnchor.Fit,
VAnchor = VAnchor.Fit,
BackgroundColor = Color.White
};
return new PopupMenuButton(buttonView, theme)