More theme compliance changes.
This commit is contained in:
parent
ac6e25cc41
commit
868e6d7f6e
5 changed files with 9 additions and 9 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue