feat: set chat item height depending on the height of the text
This commit is contained in:
parent
e157b1bc6d
commit
6d34c8fa79
|
@ -252,7 +252,7 @@ SplitView {
|
|||
id: chatLogViewDelegate
|
||||
Rectangle {
|
||||
id: chatBox
|
||||
height: 140
|
||||
height: 60 + chatText.height
|
||||
color: "#00000000"
|
||||
border.color: "#00000000"
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
|
||||
|
|
Loading…
Reference in New Issue