mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Fix unread messages alignement
This commit is contained in:
parent
c664d0cc49
commit
236e67fb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ Item {
|
|||
maximumLineCount: 3
|
||||
}
|
||||
Item {
|
||||
Layout.alignment: Qt.AlignBottom | Qt.AlignLeft
|
||||
Layout.alignment: !subtitle.visible ? Qt.AlignVCenter | Qt.AlignLeft: Qt.AlignBottom | Qt.AlignLeft
|
||||
Layout.bottomMargin: 5
|
||||
Layout.preferredHeight: AccountStatusStyle.presenceLevel.size
|
||||
Layout.preferredWidth: AccountStatusStyle.presenceLevel.size
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue