mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix QML layout warnings
This commit is contained in:
parent
e466cd10ff
commit
5109dc5e0f
1 changed files with 4 additions and 4 deletions
|
@ -277,11 +277,11 @@ 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 {
|
||||||
|
|
Loading…
Reference in a new issue