mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
bindings loop --
This commit is contained in:
parent
40f467a9ac
commit
8833d59c6d
1 changed files with 3 additions and 2 deletions
|
|
@ -158,9 +158,10 @@ Item {
|
||||||
opacity: activitiesView.drag.active ? 1 : 0
|
opacity: activitiesView.drag.active ? 1 : 0
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
imagePath: "widgets/background"
|
imagePath: "widgets/background"
|
||||||
width: childrenRect.width + units.gridUnit*2
|
width: activityNameLabel.implicitWidth + units.gridUnit*2
|
||||||
height: childrenRect.height + units.gridUnit*2
|
height: activityNameLabel.implicitHeight + units.gridUnit*2
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
|
id: activityNameLabel
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: activitiesView.nextContainment.activityName
|
text: activitiesView.nextContainment.activityName
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue