mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
contactmessage: fix width for timestampinfo
If the timestamp is shown on a contact message, the line was not taking the full width like other messages. Change-Id: I94a448acb4f7fd6400365445dd912abc5103ea2a
This commit is contained in:
parent
9e84681856
commit
88d6de8370
1 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ Column {
|
|||
|
||||
ColumnLayout {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
width: parent.width
|
||||
|
||||
TimestampInfo {
|
||||
id:timestampItem
|
||||
|
@ -56,7 +57,7 @@ Column {
|
|||
width: childrenRect.width
|
||||
height: JamiTheme.contactMessageAvatarSize + 12
|
||||
radius: JamiTheme.contactMessageAvatarSize / 2 + 6
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
color: "transparent"
|
||||
border.width: 1
|
||||
border.color: CurrentConversation.isCoreDialog ? JamiTheme.messageInBgColor : CurrentConversation.color
|
||||
|
|
Loading…
Add table
Reference in a new issue