Fix "Unable to assing null to double" QmlWarning

This commit is contained in:
Kostas Karmas 2020-06-05 14:20:52 +02:00
parent 306f58f96e
commit ec62cd5671

View file

@ -73,8 +73,6 @@ Item
height: textLabel.contentHeight + 2 * UM.Theme.getSize("narrow_margin").height
hoverEnabled: true
baselineOffset: null // If we don't do this, there is a binding loop. WHich is a bit weird, since we override the contentItem anyway...
contentItem: RowLayout
{
spacing: 0