mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Change width of pinned message box
This commit is contained in:
parent
36b743c5b9
commit
e5a6deaeb2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue