mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Fix binding loop
CURA-6598
This commit is contained in:
parent
994e0e53cc
commit
423b4ad869
2 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,8 @@ 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: Label
|
||||
{
|
||||
id: textLabel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue