summary refs log tree commit diff
path: root/resources/qml/dialogs/ReadReceipts.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/dialogs/ReadReceipts.qml')
-rw-r--r--resources/qml/dialogs/ReadReceipts.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/qml/dialogs/ReadReceipts.qml b/resources/qml/dialogs/ReadReceipts.qml

index 1bfdae84..0d35db84 100644 --- a/resources/qml/dialogs/ReadReceipts.qml +++ b/resources/qml/dialogs/ReadReceipts.qml
@@ -59,13 +59,18 @@ ApplicationWindow { model: readReceipts delegate: ItemDelegate { + id: del + onClicked: room.openUserProfile(model.mxid) padding: Nheko.paddingMedium - width: receiptLayout.implicitWidth + width: ListView.view.width height: receiptLayout.implicitHeight hoverEnabled: true ToolTip.visible: hovered ToolTip.text: model.mxid + background: Rectangle { + color: del.hovered ? Nheko.colors.dark : readReceiptsRoot.color + } RowLayout { id: receiptLayout