diff --git a/applets/pager/package/contents/ui/main.qml b/applets/pager/package/contents/ui/main.qml --- a/applets/pager/package/contents/ui/main.qml +++ b/applets/pager/package/contents/ui/main.qml @@ -19,6 +19,7 @@ import QtQuick 2.0 import QtQuick.Layouts 1.1 + import org.kde.plasma.plasmoid 2.0 import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.components 2.0 as PlasmaComponents @@ -199,7 +200,7 @@ // unset pointSize set by PlasmaComponents.Label to avoid "Both point size and pixel size set." warning font.pointSize: -1 - z: 0 // Below windows and FrameSvg + z: 9999 // The label goes above everything } } @@ -378,7 +379,7 @@ id: desktopFrame anchors.fill: parent - z: 2 // Above optional label item and windows + z: 2 // Above window outlines, but below label imagePath: "widgets/pager" prefix: (desktopMouseArea.enabled && desktopMouseArea.containsMouse) || (root.dragging && root.dragId == desktopId) ? "hover" : (desktop.active ? "active" : "normal") @@ -418,7 +419,7 @@ width: desktop.width - 2 * x height: desktop.height - 2 * y - z: 1 // Between optional label item and FrameSvg + z: 1 // Below FrameSvg Repeater { id: windowRectRepeater