mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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 {
|
PlasmaCore.SortFilterModel {
|
||||||
id: filteredWindowModel
|
id: filteredWindowModel
|
||||||
filterRole: "DisplayRole"
|
filterRole: "SkipsTaskbar"
|
||||||
filterRegExp: ".+"
|
filterRegExp: "false"
|
||||||
sourceModel: plasmoid.nativeInterface.windowModel
|
sourceModel: plasmoid.nativeInterface.windowModel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue