Fix colors

This commit is contained in:
John Lewin 2018-02-21 18:44:23 -08:00
parent 9e5e1b3772
commit c2f79bc6ce

View file

@ -163,7 +163,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab
toolBarA.AddChild(new VerticalLine(50) { Margin = new BorderDouble(12, 0) });
toolBarA.AddChild(new TextWidget("Open Existing".Localize() + ":", pointSize: theme.DefaultFontSize)
toolBarA.AddChild(new TextWidget("Open Existing".Localize() + ":", textColor: theme.Colors.PrimaryTextColor, pointSize: theme.DefaultFontSize)
{
VAnchor = VAnchor.Center
});