mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +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
|
id: root
|
||||||
property int notificationId: 0
|
property int notificationId: 0
|
||||||
|
|
||||||
Layout.minimumHeight: notificationView.contentsHeight
|
Layout.minimumHeight: notificationView.contentHeight
|
||||||
|
|
||||||
Plasmoid.backgroundHints: PlasmaCore.Types.NoBackground
|
Plasmoid.backgroundHints: PlasmaCore.Types.NoBackground
|
||||||
|
|
||||||
|
|
@ -156,6 +156,48 @@ Item {
|
||||||
summary: "July: Hello?"
|
summary: "July: Hello?"
|
||||||
actions: []
|
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 {
|
ListView {
|
||||||
|
|
@ -163,6 +205,7 @@ Item {
|
||||||
spacing: units.smallSpacing
|
spacing: units.smallSpacing
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
interactive: false
|
interactive: false
|
||||||
|
cacheBuffer: 2000
|
||||||
|
|
||||||
z: 1
|
z: 1
|
||||||
verticalLayoutDirection: ListView.BottomToTop
|
verticalLayoutDirection: ListView.BottomToTop
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue