Merge pull request #446 from LorenDB/master

Fix QML layout warnings
pull/445/head^2
DeepBlueV7.X 4 years ago committed by GitHub
commit 724c86e663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      resources/qml/TimelineView.qml

@ -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

Loading…
Cancel
Save