mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Fix deliveries overlap with emojies.
This commit is contained in:
parent
f0c325c208
commit
96c150acde
1 changed files with 9 additions and 9 deletions
|
|
@ -135,15 +135,6 @@ Item {
|
|||
}
|
||||
|
||||
}
|
||||
ChatDeliveries{
|
||||
id: deliveryLayout
|
||||
anchors.top:rectangle.bottom
|
||||
anchors.left:parent.left
|
||||
anchors.right:parent.right
|
||||
anchors.rightMargin: 50
|
||||
|
||||
chatMessageModel: $chatEntry
|
||||
}
|
||||
Loader{
|
||||
id: reactionLoader
|
||||
anchors.top: rectangle.bottom
|
||||
|
|
@ -165,6 +156,15 @@ Item {
|
|||
onReactionsClicked: container.reactionsClicked($chatEntry)
|
||||
}
|
||||
}
|
||||
ChatDeliveries{
|
||||
id: deliveryLayout
|
||||
anchors.top: reactionLoader.active ? reactionLoader.bottom : rectangle.bottom
|
||||
anchors.left:parent.left
|
||||
anchors.right:parent.right
|
||||
anchors.rightMargin: 50
|
||||
|
||||
chatMessageModel: $chatEntry
|
||||
}
|
||||
|
||||
ActionButton {
|
||||
id: menuButton
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue