Change width of pinned message box

This commit is contained in:
Nicolas Werner 2021-12-11 07:01:14 +01:00
parent 36b743c5b9
commit e5a6deaeb2
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ Rectangle {
Layout.row: 2
Layout.column: 2
Layout.columnSpan: 1
Layout.columnSpan: 3
Layout.fillWidth: true
Layout.preferredHeight: Math.min(contentHeight, Nheko.avatarSize * 4)