mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 13:32:22 +00:00
fix: invalid message header size (#13372)
This commit is contained in:
parent
7dcc704d29
commit
c995ff20b0
@ -39,12 +39,13 @@ Item {
|
||||
id: layout
|
||||
spacing: 4
|
||||
width: parent.width
|
||||
StatusBaseText {
|
||||
|
||||
StatusBaseText {
|
||||
id: primaryDisplayName
|
||||
Layout.fillWidth: true
|
||||
objectName: "StatusMessageHeader_DisplayName"
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: implicitWidth
|
||||
Layout.bottomMargin: 2 // offset for the underline to stay vertically centered
|
||||
font.weight: Font.Medium
|
||||
font.underline: mouseArea.containsMouse
|
||||
@ -192,5 +193,9 @@ Item {
|
||||
text: "•"
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user