mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
add missing prop pendingRemovals
This commit is contained in:
parent
2a91ee4e21
commit
15c3acdc61
2 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ Item {
|
||||||
Layout.maximumHeight: notificationView.contentHeight + units.gridUnit
|
Layout.maximumHeight: notificationView.contentHeight + units.gridUnit
|
||||||
//todo: size of first item
|
//todo: size of first item
|
||||||
Layout.minimumHeight: units.gridUnit * 4
|
Layout.minimumHeight: units.gridUnit * 4
|
||||||
|
property var pendingRemovals: [];
|
||||||
|
|
||||||
Plasmoid.switchWidth: 500
|
Plasmoid.switchWidth: 500
|
||||||
Plasmoid.switchHeight: 500
|
Plasmoid.switchHeight: 500
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ Item {
|
||||||
|
|
||||||
property Item containment;
|
property Item containment;
|
||||||
property Item wallpaper;
|
property Item wallpaper;
|
||||||
property var pendingRemovals: [];
|
|
||||||
property int notificationId: 0;
|
property int notificationId: 0;
|
||||||
property int buttonHeight: width/4
|
property int buttonHeight: width/4
|
||||||
property bool containmentsEnterFromRight: true
|
property bool containmentsEnterFromRight: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue