Fix QML layout warnings

This commit is contained in:
Loren Burkholder 2021-02-02 19:30:03 -05:00
parent e466cd10ff
commit 5109dc5e0f

View file

@ -277,12 +277,12 @@ Page {
MessageInput { MessageInput {
} }
}
NhekoDropArea { NhekoDropArea {
anchors.fill: parent anchors.fill: timelineLayout
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : "" roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
} }
}
PrivacyScreen { PrivacyScreen {
visible: Settings.privacyScreen visible: Settings.privacyScreen