From be5b23628f76e5573aa523de47c527ab68279005 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Wed, 22 Jun 2022 19:59:22 +0100 Subject: [PATCH] [effects] Fix QML after recent refactor fd25e96969e395505cfe0633c87ed0033cb97301 looks like it attempted to rename an alias and got out of sync. --- src/effects/overview/qml/ScreenView.qml | 2 +- src/effects/windowview/qml/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/effects/overview/qml/ScreenView.qml b/src/effects/overview/qml/ScreenView.qml index 17bbbbf6b7..519bd1a6c4 100644 --- a/src/effects/overview/qml/ScreenView.qml +++ b/src/effects/overview/qml/ScreenView.qml @@ -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 diff --git a/src/effects/windowview/qml/main.qml b/src/effects/windowview/qml/main.qml index ce56390177..d7dd9aece4 100644 --- a/src/effects/windowview/qml/main.qml +++ b/src/effects/windowview/qml/main.qml @@ -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;