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