Misc layout fixes
This commit is contained in:
parent
b9076c5c4d
commit
d90038cf20
@ -118,6 +118,10 @@ Rectangle {
|
||||
roleValue: MtxEvent.Redacted
|
||||
TimelineRow { view: chat; Redacted { id: kid } }
|
||||
}
|
||||
DelegateChoice {
|
||||
//roleValue: MtxEvent.Redacted
|
||||
TimelineRow { view: chat; Placeholder { id: kid } }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -130,6 +134,8 @@ Rectangle {
|
||||
|
||||
width: parent.width
|
||||
|
||||
Component.onCompleted: chat.forceLayout()
|
||||
|
||||
Label {
|
||||
id: dateBubble
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
@ -126,6 +126,6 @@
|
||||
<file>qml/delegates/PlayableMediaMessage.qml</file>
|
||||
<file>qml/delegates/FileMessage.qml</file>
|
||||
<file>qml/delegates/Redacted.qml</file>
|
||||
<file>qml/delegates/placeholder.qml</file>
|
||||
<file>qml/delegates/Placeholder.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Loading…
Reference in New Issue
Block a user