More layout and font fixes

This commit is contained in:
ChrisTerBeke 2018-01-03 13:50:06 +01:00
parent 1476e95adc
commit 4f77b2ea6d
4 changed files with 4 additions and 7 deletions

View file

@ -96,7 +96,7 @@ SettingItem
{
text: modelData.value
color: control.contentItem.color
font: control.font
font: UM.Theme.getFont("default")
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter
}