Misc layout fixes

remotes/origin/0.7.0-dev
Nicolas Werner 5 years ago
parent b9076c5c4d
commit d90038cf20
  1. 6
      resources/qml/TimelineView.qml
  2. 0
      resources/qml/delegates/Placeholder.qml
  3. 2
      resources/res.qrc

@ -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…
Cancel
Save