mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 04:06:02 +00:00
fix(ActivityCenter): Notification title is cut when long
* Added wrapMode in Text Closes #12870
This commit is contained in:
parent
effe996239
commit
7ee3b0bb57
@ -38,8 +38,11 @@ Item {
|
||||
RowLayout {
|
||||
id: layout
|
||||
spacing: 4
|
||||
width: parent.width
|
||||
StatusBaseText {
|
||||
|
||||
id: primaryDisplayName
|
||||
Layout.fillWidth: true
|
||||
objectName: "StatusMessageHeader_DisplayName"
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
Layout.bottomMargin: 2 // offset for the underline to stay vertically centered
|
||||
|
@ -96,6 +96,7 @@ ActivityNotificationBase {
|
||||
Layout.fillWidth: true
|
||||
|
||||
StatusMessageHeader {
|
||||
Layout.fillWidth: true
|
||||
displayNameLabel.text: d.title
|
||||
timestamp: root.notification.timestamp
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user