diff options
author | Malte E <malte.e@mailbox.org> | 2022-02-03 20:26:20 +0100 |
---|---|---|
committer | Malte E <malte.e@mailbox.org> | 2022-02-03 20:26:20 +0100 |
commit | 04b47d68829dcdbb5bbde615b0e344a74be86598 (patch) | |
tree | 1401e5f34b7ec97e62a85a55806d4b95e4fedcdd /resources/qml/delegates/Placeholder.qml | |
parent | split point is pointless (diff) | |
download | nheko-04b47d68829dcdbb5bbde615b0e344a74be86598.tar.xz |
prepare code for message bubbles and dynamic message layout
Diffstat (limited to 'resources/qml/delegates/Placeholder.qml')
-rw-r--r-- | resources/qml/delegates/Placeholder.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/delegates/Placeholder.qml b/resources/qml/delegates/Placeholder.qml index 19e48393..f63e62f5 100644 --- a/resources/qml/delegates/Placeholder.qml +++ b/resources/qml/delegates/Placeholder.qml @@ -10,6 +10,6 @@ MatrixText { required property string typeString text: qsTr("unimplemented event: ") + typeString - width: parent.width +// width: parent.width color: Nheko.inactiveColors.text } |