From 01bd9f659de215f9d099b71da8c14a0c9cd04e22 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 6 Jan 2020 18:24:50 +0100 Subject: Adapt play buttons to theme and remove accidental message bg --- resources/qml/TimelineView.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/qml/TimelineView.qml') diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 0be8609d..3ad8ce7d 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -85,6 +85,7 @@ Item { property Item section width: chat.width height: section ? section.height + timelinerow.height : timelinerow.height + color: "transparent" TimelineRow { id: timelinerow -- cgit 1.5.1