From 8833d59c6d877c772e8f32582294214c90596382 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 28 Nov 2018 14:22:20 +0100 Subject: [PATCH] bindings loop -- --- shell/contents/views/Desktop.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell/contents/views/Desktop.qml b/shell/contents/views/Desktop.qml index 1bc89286..cdae3cbc 100644 --- a/shell/contents/views/Desktop.qml +++ b/shell/contents/views/Desktop.qml @@ -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 }