summaryrefslogtreecommitdiffstats
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 0642b13a..a758db9a 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -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