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 {
id: filteredWindowModel
filterRole: "DisplayRole"
filterRegExp: ".+"
filterRole: "SkipsTaskbar"
filterRegExp: "false"
sourceModel: plasmoid.nativeInterface.windowModel
}

View file

@ -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 {