diff --git a/milou/lib/qml/ResultDelegate.qml b/milou/lib/qml/ResultDelegate.qml index ac8e87e..2fcfe91 100644 --- a/milou/lib/qml/ResultDelegate.qml +++ b/milou/lib/qml/ResultDelegate.qml @@ -179,6 +179,14 @@ MouseArea { } height: Math.max(typePixmap.height, displayLabel.height, subtextLabel.height) + PlasmaCore.ToolTipArea { + mainText: displayLabel.text + subText: subtextLabel.text + + anchors.fill: parent + active: displayLabel.truncated || subTextLabel.truncated + } + RowLayout { anchors { left: parent.left