From c2f79bc6ceed0bc38c49616ecef0afd2c14fcc45 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Wed, 21 Feb 2018 18:44:23 -0800 Subject: [PATCH] Fix colors --- PartPreviewWindow/PlusTab/ExplorePanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartPreviewWindow/PlusTab/ExplorePanel.cs b/PartPreviewWindow/PlusTab/ExplorePanel.cs index 46faf2fd2..a23e590a0 100644 --- a/PartPreviewWindow/PlusTab/ExplorePanel.cs +++ b/PartPreviewWindow/PlusTab/ExplorePanel.cs @@ -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 });