@ -27,6 +27,7 @@ ColumnLayout {
property bool inGroup: false
property bool inGroup: false
property bool inHistory: false
property bool inHistory: false
property ListView listViewParent: null
property alias applicationIconSource: notificationHeading . applicationIconSource
property alias applicationIconSource: notificationHeading . applicationIconSource
property alias applicationName: notificationHeading . applicationName
property alias applicationName: notificationHeading . applicationName
@ -241,6 +242,7 @@ ColumnLayout {
SelectableLabel {
SelectableLabel {
id: bodyLabel
id: bodyLabel
listViewParent: notificationItem . listViewParent
/ / F I X M E h o w t o a s s i g n t h i s v i a S t a t e ? t a r g e t : b o d y L a b e l . L a y o u t d o e s n ' t w o r k a n d j u s t a s s i g n i n g t h e p r o p e r t y d o e s n ' t e i t h e r
/ / F I X M E h o w t o a s s i g n t h i s v i a S t a t e ? t a r g e t : b o d y L a b e l . L a y o u t d o e s n ' t w o r k a n d j u s t a s s i g n i n g t h e p r o p e r t y d o e s n ' t e i t h e r
Layout.alignment: notificationItem . inGroup ? Qt.AlignTop : Qt . AlignVCenter
Layout.alignment: notificationItem . inGroup ? Qt.AlignTop : Qt . AlignVCenter
Layout.fillWidth: true
Layout.fillWidth: true