summary refs log tree commit diff
path: root/resources/qml/delegates
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-09-15 23:18:21 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-09-15 23:19:12 +0200
commit30aedd36a1d3359a0200f14cacebc67e7bcf14a5 (patch)
treea8410e71c1b56a8ac4e56e9620fe6a44ec6ff04d /resources/qml/delegates
parentFix a few jdenticon bugs (diff)
downloadnheko-30aedd36a1d3359a0200f14cacebc67e7bcf14a5.tar.xz
Reenable reuseItems for the message view
If this is still broken, we will need to disable it again.
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r--resources/qml/delegates/Encrypted.qml4
-rw-r--r--resources/qml/delegates/MessageDelegate.qml2
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/delegates/Encrypted.qml b/resources/qml/delegates/Encrypted.qml

index cd00a9d4..6616d3ce 100644 --- a/resources/qml/delegates/Encrypted.qml +++ b/resources/qml/delegates/Encrypted.qml
@@ -3,11 +3,11 @@ // SPDX-License-Identifier: GPL-3.0-or-later import ".." +import QtQuick 2.15 import QtQuick.Controls 2.1 -import QtQuick.Layouts 1.2 import im.nheko 1.0 -ColumnLayout { +Column { id: r required property int encryptionError diff --git a/resources/qml/delegates/MessageDelegate.qml b/resources/qml/delegates/MessageDelegate.qml
index 4086a1a8..9f889106 100644 --- a/resources/qml/delegates/MessageDelegate.qml +++ b/resources/qml/delegates/MessageDelegate.qml
@@ -34,7 +34,7 @@ Item { required property int encryptionError required property int relatedEventCacheBuster - height: chooser.child.height + height: Math.max(chooser.child.height, 20) DelegateChooser { id: chooser