mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 20:01:33 -07:00
Fix "Unable to assing null to double" QmlWarning
This commit is contained in:
parent
306f58f96e
commit
ec62cd5671
1 changed files with 0 additions and 2 deletions
|
|
@ -73,8 +73,6 @@ Item
|
||||||
height: textLabel.contentHeight + 2 * UM.Theme.getSize("narrow_margin").height
|
height: textLabel.contentHeight + 2 * UM.Theme.getSize("narrow_margin").height
|
||||||
hoverEnabled: true
|
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
|
contentItem: RowLayout
|
||||||
{
|
{
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue