mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
feat(ActivityCenter): Update ActivityNotificationMessage's text maximum width
Close #8915, close #8950
This commit is contained in:
parent
ba5e8ed8d5
commit
321496c807
@ -132,7 +132,7 @@ ActivityNotificationBase {
|
|||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
Layout.maximumWidth: 400 // From designs, fixed value to align all possible CTAs
|
Layout.maximumWidth: 350 // From designs, fixed value to align all possible CTAs
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user