Use common text styling
This commit is contained in:
parent
c2d130f284
commit
16d5a04a23
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue