Fix colors
This commit is contained in:
parent
9e5e1b3772
commit
c2f79bc6ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue