diff --git a/lib/qml/ResultDelegate.qml b/lib/qml/ResultDelegate.qml index 81e77a81ae43eb09ed04c53ed5948f22bc3624d4..2fc985b071a1ac36a7cb495afb125a8d6edf498f 100644 --- a/lib/qml/ResultDelegate.qml +++ b/lib/qml/ResultDelegate.qml @@ -166,9 +166,11 @@ MouseArea { right: parent.right leftMargin: resultDelegate.categoryWidth } - height: Math.max(typePixmap.height, displayLabel.height, subtextLabel.height) + PlasmaCore.Units.smallSpacing + implicitHeight: labelLayout.implicitHeight RowLayout { + id: labelLayout + anchors { left: parent.left right: actionsRow.left