From 5109dc5e0f27d7b93c8242d464035fbc044ca445 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Tue, 2 Feb 2021 19:30:03 -0500 Subject: [PATCH] Fix QML layout warnings --- resources/qml/TimelineView.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 527e6cb1..9fa2139e 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -277,11 +277,11 @@ Page { MessageInput { } + } - NhekoDropArea { - anchors.fill: parent - roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : "" - } + NhekoDropArea { + anchors.fill: timelineLayout + roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : "" } PrivacyScreen {