Fix EventContent not being word-wrapped
This commit is contained in:
parent
d36cbbc7df
commit
c5d5add2f8
|
@ -4,7 +4,7 @@ import QtQuick.Layouts 1.4
|
|||
import "../base" as Base
|
||||
import "utils.js" as ChatJS
|
||||
|
||||
Row {
|
||||
RowLayout {
|
||||
id: row
|
||||
spacing: standardSpacing
|
||||
layoutDirection: isOwn ? Qt.RightToLeft : Qt.LeftToRight
|
||||
|
|
Loading…
Reference in New Issue
Block a user