Fix QML layout warnings
This commit is contained in:
parent
e466cd10ff
commit
5109dc5e0f
@ -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…
Reference in New Issue
Block a user