summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-02-03 01:33:08 +0100
committerGitHub <noreply@github.com>2021-02-03 01:33:08 +0100
commit724c86e66343a9248fd5b709146435f89038aeae (patch)
treee469a485f7e496ba547f87b34a0d1495dfd9197c /resources/qml/TimelineView.qml
parentChange matrix to guru overlay (diff)
parentFix QML layout warnings (diff)
downloadnheko-724c86e66343a9248fd5b709146435f89038aeae.tar.xz
Merge pull request #446 from LorenDB/master
Fix QML layout warnings
Diffstat (limited to 'resources/qml/TimelineView.qml')
-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 {