Use common text styling

This commit is contained in:
John Lewin 2018-05-05 09:26:26 -07:00
parent c2d130f284
commit 16d5a04a23

View file

@ -129,9 +129,8 @@ namespace MatterHackers.MatterControl.CustomWidgets
};
leftColumn.AddChild(imageWidget);
partLabel = new TextWidget(listViewItem.Model.Name, pointSize: 14)
partLabel = new TextWidget(listViewItem.Model.Name, pointSize: theme.DefaultFontSize, textColor: theme.Colors.PrimaryTextColor)
{
TextColor = Color.Black,
MinimumSize = new Vector2(1, 18),
VAnchor = VAnchor.Center
};