mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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
|
||||
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue