diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index 344055bd..54f88ebf 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -27,6 +27,11 @@ ContainmentItem { // filled in by the shell (Panel.qml) with the plasma-workspace PanelView property var panel: null + onPanelChanged: { + if (panel) { + panel.floating = false; + } + } // only opaque if there are no maximized windows on this screen readonly property bool showingApp: WindowPlugin.WindowMaximizedTracker.showingWindow