mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-01 03:19:23 +00:00
fix(ui/modules/Linphone/Chat/Chat): coding style
This commit is contained in:
parent
6b0d1bc432
commit
3c961c0c4c
1 changed files with 4 additions and 4 deletions
|
|
@ -183,10 +183,10 @@ Rectangle {
|
|||
// properties... The messages use the `implicitWidth/Height`
|
||||
// and `width/Height` attrs and is not easy to found a fix.
|
||||
rightMargin: ChatStyle.entry.deleteIconSize +
|
||||
ChatStyle.entry.message.extraContent.spacing +
|
||||
ChatStyle.entry.message.extraContent.rightMargin +
|
||||
ChatStyle.entry.message.extraContent.leftMargin +
|
||||
ChatStyle.entry.message.outgoing.sendIconSize
|
||||
ChatStyle.entry.message.extraContent.spacing +
|
||||
ChatStyle.entry.message.extraContent.rightMargin +
|
||||
ChatStyle.entry.message.extraContent.leftMargin +
|
||||
ChatStyle.entry.message.outgoing.sendIconSize
|
||||
}
|
||||
color: _backgroundColor
|
||||
implicitHeight: layout.height + ChatStyle.entry.bottomMargin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue