mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
reduce replied-to message to implicitWidth if non-bubble layout is used
This commit is contained in:
parent
8fa912ed85
commit
7ec0539476
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ Item {
|
||||||
Layout.row: 0
|
Layout.row: 0
|
||||||
Layout.column: 0
|
Layout.column: 0
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
Layout.maximumWidth: Settings.bubbles? Number.MAX_VALUE : implicitWidth
|
||||||
Layout.bottomMargin: visible? 2 : 0
|
Layout.bottomMargin: visible? 2 : 0
|
||||||
Layout.preferredHeight: height
|
Layout.preferredHeight: height
|
||||||
id: reply
|
id: reply
|
||||||
|
|
Loading…
Reference in a new issue