align the applet delegate to the top

This commit is contained in:
Marco Martin 2015-09-30 12:45:07 +02:00
parent 0f73ac2a5c
commit 00e4b8a4c7
2 changed files with 3 additions and 3 deletions

View file

@ -131,8 +131,8 @@ FullScreenPanel {
PlasmaCore.SortFilterModel { PlasmaCore.SortFilterModel {
id: filteredWindowModel id: filteredWindowModel
filterRole: "DisplayRole" filterRole: "SkipsTaskbar"
filterRegExp: ".+" filterRegExp: "false"
sourceModel: plasmoid.nativeInterface.windowModel sourceModel: plasmoid.nativeInterface.windowModel
} }

View file

@ -45,7 +45,7 @@ Item {
//bottom: parent.bottom //bottom: parent.bottom
margins: units.smallSpacing * 2 margins: units.smallSpacing * 2
rightMargin: units.smallSpacing * 2 // don't cram the text to the border too much rightMargin: units.smallSpacing * 2 // don't cram the text to the border too much
verticalCenter: parent.verticalCenter top: parent.top
} }
Item { Item {