summaryrefslogtreecommitdiffstats
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-10-08 21:26:52 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:15 +0100
commitd90038cf20fb6ba9c9d47c2f6fe689de71ea89a7 (patch)
treea65e86f9b235ad5466e30e6ce63f2dc18e749abc /resources/qml/TimelineView.qml
parentb9076c5c4d1beb7ff4cb4a2db8e6eb4e7f5b0dcd (diff)
Misc layout fixes
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