mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
make the applet expand how much it wants
This commit is contained in:
parent
48dcadebbf
commit
f5f78c1baa
1 changed files with 44 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Item {
|
|||
id: root
|
||||
property int notificationId: 0
|
||||
|
||||
Layout.minimumHeight: notificationView.contentsHeight
|
||||
Layout.minimumHeight: notificationView.contentHeight
|
||||
|
||||
Plasmoid.backgroundHints: PlasmaCore.Types.NoBackground
|
||||
|
||||
|
|
@ -156,6 +156,48 @@ Item {
|
|||
summary: "July: Hello?"
|
||||
actions: []
|
||||
}
|
||||
ListElement {
|
||||
source: "im2Source"
|
||||
appIcon: "im-google"
|
||||
appName: "Message"
|
||||
summary: "July: Hello?"
|
||||
actions: []
|
||||
}
|
||||
ListElement {
|
||||
source: "im2Source"
|
||||
appIcon: "im-google"
|
||||
appName: "Message"
|
||||
summary: "July: Hello?"
|
||||
actions: []
|
||||
}
|
||||
ListElement {
|
||||
source: "im2Source"
|
||||
appIcon: "im-google"
|
||||
appName: "Message"
|
||||
summary: "July: Hello?"
|
||||
actions: []
|
||||
}
|
||||
ListElement {
|
||||
source: "im2Source"
|
||||
appIcon: "im-google"
|
||||
appName: "Message"
|
||||
summary: "July: Hello?"
|
||||
actions: []
|
||||
}
|
||||
ListElement {
|
||||
source: "im2Source"
|
||||
appIcon: "im-google"
|
||||
appName: "Message"
|
||||
summary: "July: Hello?"
|
||||
actions: []
|
||||
}
|
||||
ListElement {
|
||||
source: "im2Source"
|
||||
appIcon: "im-google"
|
||||
appName: "Message"
|
||||
summary: "July: Hello?"
|
||||
actions: []
|
||||
}
|
||||
}
|
||||
|
||||
ListView {
|
||||
|
|
@ -163,6 +205,7 @@ Item {
|
|||
spacing: units.smallSpacing
|
||||
anchors.fill: parent
|
||||
interactive: false
|
||||
cacheBuffer: 2000
|
||||
|
||||
z: 1
|
||||
verticalLayoutDirection: ListView.BottomToTop
|
||||
|
|
|
|||
Loading…
Reference in a new issue