From 00e4b8a4c751e5478c1c1ae6ec37ed0dd9de9244 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 30 Sep 2015 12:45:07 +0200 Subject: [PATCH] align the applet delegate to the top --- containments/taskpanel/package/contents/ui/TaskSwitcher.qml | 4 ++-- shell/contents/explorer/AppletDelegate.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {