Merge branch '4.7'

This commit is contained in:
Kostas Karmas 2020-08-14 13:33:53 +02:00
commit cee7ac2ccc
3 changed files with 42 additions and 14 deletions

View file

@ -104,16 +104,6 @@ Popup
anchors.left: parent.left
anchors.right: parent.right
// We set it by means of a binding, since then we can use the when condition, which we need to
// prevent a binding loop.
Binding
{
target: parent
property: "height"
value: parent.childrenRect.height
when: parent.visibleChildren.length > 0
}
// Add the qualities that belong to the intent
Repeater
{