mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue