bindings loop --

This commit is contained in:
Marco Martin 2018-11-28 14:22:20 +01:00
parent 40f467a9ac
commit 8833d59c6d

View file

@ -158,9 +158,10 @@ Item {
opacity: activitiesView.drag.active ? 1 : 0
anchors.centerIn: parent
imagePath: "widgets/background"
width: childrenRect.width + units.gridUnit*2
height: childrenRect.height + units.gridUnit*2
width: activityNameLabel.implicitWidth + units.gridUnit*2
height: activityNameLabel.implicitHeight + units.gridUnit*2
PlasmaComponents.Label {
id: activityNameLabel
anchors.centerIn: parent
text: activitiesView.nextContainment.activityName
}