mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Fix "Unable to assing null to double" QmlWarning
This commit is contained in:
parent
306f58f96e
commit
ec62cd5671
@ -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…
x
Reference in New Issue
Block a user