[effects] Fix QML after recent refactor
fd25e96969
looks like it attempted to
rename an alias and got out of sync.
This commit is contained in:
parent
0534110eed
commit
be5b23628f
2 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ FocusScope {
|
|||
id: heap
|
||||
visible: !(container.organized && searchField.text)
|
||||
anchors.fill: parent
|
||||
layoutMode: effect.layout
|
||||
layout: effect.layout
|
||||
padding: PlasmaCore.Units.largeSpacing
|
||||
animationDuration: effect.animationDuration
|
||||
animationEnabled: container.animationEnabled
|
||||
|
|
|
@ -119,7 +119,7 @@ Item {
|
|||
animationEnabled: container.animationEnabled
|
||||
organized: container.organized
|
||||
showOnly: container.effect.mode === WindowView.ModeWindowClass ? "activeClass" : selectedIds
|
||||
layoutMode: effect.layout
|
||||
layout: effect.layout
|
||||
onWindowClicked: {
|
||||
if (eventPoint.event.button !== Qt.MiddleButton) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue