mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Misc layout fixes
This commit is contained in:
parent
b9076c5c4d
commit
d90038cf20
3 changed files with 7 additions and 1 deletions
|
@ -118,6 +118,10 @@ Rectangle {
|
||||||
roleValue: MtxEvent.Redacted
|
roleValue: MtxEvent.Redacted
|
||||||
TimelineRow { view: chat; Redacted { id: kid } }
|
TimelineRow { view: chat; Redacted { id: kid } }
|
||||||
}
|
}
|
||||||
|
DelegateChoice {
|
||||||
|
//roleValue: MtxEvent.Redacted
|
||||||
|
TimelineRow { view: chat; Placeholder { id: kid } }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -130,6 +134,8 @@ Rectangle {
|
||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
|
Component.onCompleted: chat.forceLayout()
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: dateBubble
|
id: dateBubble
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
|
@ -126,6 +126,6 @@
|
||||||
<file>qml/delegates/PlayableMediaMessage.qml</file>
|
<file>qml/delegates/PlayableMediaMessage.qml</file>
|
||||||
<file>qml/delegates/FileMessage.qml</file>
|
<file>qml/delegates/FileMessage.qml</file>
|
||||||
<file>qml/delegates/Redacted.qml</file>
|
<file>qml/delegates/Redacted.qml</file>
|
||||||
<file>qml/delegates/placeholder.qml</file>
|
<file>qml/delegates/Placeholder.qml</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
Loading…
Reference in a new issue