summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-02-02 19:30:03 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2021-02-02 19:30:03 -0500
commit5109dc5e0f27d7b93c8242d464035fbc044ca445 (patch)
treee469a485f7e496ba547f87b34a0d1495dfd9197c
parentChange matrix to guru overlay (diff)
downloadnheko-5109dc5e0f27d7b93c8242d464035fbc044ca445.tar.xz
Fix QML layout warnings
-rw-r--r--resources/qml/TimelineView.qml8
1 files 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 {