Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Layout.alignment: Qt.AlignLeft\r
Text {\r
id: activityTextTitle\r
- text: (type === "Activity") ? subject : message\r
+ text: (type === "Activity" || type === "Notification") ? subject : message\r
width: 240 + ((path === "") ? activityItem.height : 0) + ((link === "") ? activityItem.height : 0) - 8\r
elide: Text.ElideRight\r
font.pixelSize: 12\r
\r
Text {\r
id: activityTextInfo\r
- text: displaypath\r
- height: (displaypath === "") ? 0 : activityTextTitle.height\r
+ text: (type === "Activity" || type === "File" || type === "Sync") ? displaypath : message\r
+ height: (text === "") ? 0 : activityTextTitle.height\r
width: 240 + ((path === "") ? activityItem.height : 0) + ((link === "") ? activityItem.height : 0) - 8\r
elide: Text.ElideRight\r
font.pixelSize: 10\r