Fix extruder dropdown text model

This commit is contained in:
ChrisTerBeke 2018-01-03 13:08:20 +01:00
parent 1fa3031486
commit b7aadbe3c3
3 changed files with 5 additions and 5 deletions

View file

@ -154,8 +154,8 @@ SettingItem
contentItem: Text
{
text: modelData.value
color: extruderText.color
text: model.name
color: UM.Theme.getColor("setting_control_text")
font: control.font
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter