mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
align the applet delegate to the top
This commit is contained in:
parent
0f73ac2a5c
commit
00e4b8a4c7
2 changed files with 3 additions and 3 deletions
|
|
@ -131,8 +131,8 @@ FullScreenPanel {
|
|||
|
||||
PlasmaCore.SortFilterModel {
|
||||
id: filteredWindowModel
|
||||
filterRole: "DisplayRole"
|
||||
filterRegExp: ".+"
|
||||
filterRole: "SkipsTaskbar"
|
||||
filterRegExp: "false"
|
||||
sourceModel: plasmoid.nativeInterface.windowModel
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue