diff --git a/containments/taskpanel/package/contents/ui/TaskSwitcher.qml b/containments/taskpanel/package/contents/ui/TaskSwitcher.qml index 610a93b9..a948ab5b 100644 --- a/containments/taskpanel/package/contents/ui/TaskSwitcher.qml +++ b/containments/taskpanel/package/contents/ui/TaskSwitcher.qml @@ -131,8 +131,8 @@ FullScreenPanel { PlasmaCore.SortFilterModel { id: filteredWindowModel - filterRole: "DisplayRole" - filterRegExp: ".+" + filterRole: "SkipsTaskbar" + filterRegExp: "false" sourceModel: plasmoid.nativeInterface.windowModel } diff --git a/shell/contents/explorer/AppletDelegate.qml b/shell/contents/explorer/AppletDelegate.qml index c103c774..121277a1 100644 --- a/shell/contents/explorer/AppletDelegate.qml +++ b/shell/contents/explorer/AppletDelegate.qml @@ -45,7 +45,7 @@ Item { //bottom: parent.bottom margins: units.smallSpacing * 2 rightMargin: units.smallSpacing * 2 // don't cram the text to the border too much - verticalCenter: parent.verticalCenter + top: parent.top } Item {