Skip to content
Snippets Groups Projects
Commit 88d6de83 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

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
parent 9e846818
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment