More theme compliance changes.

This commit is contained in:
kevinepope 2014-03-22 10:04:31 -07:00
parent ac6e25cc41
commit 868e6d7f6e
5 changed files with 9 additions and 9 deletions

View file

@ -338,7 +338,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
string weightLbl = LocalizedString.Get("EST. WEIGHT");
string weightLblFull = string.Format("{0}:", weightLbl);
modelInfoContainer.AddChild(new TextWidget(weightLblFull, pointSize: 9, textColor: ActiveTheme.Instance.SecondaryTextColor));
modelInfoContainer.AddChild(new TextWidget(weightLblFull, pointSize: 9, textColor: ActiveTheme.Instance.PrimaryTextColor));
{
var density = 1.0;
string filamentType = "PLA";