From 0db635ac58e319f2e73fbd2ffca562f028cceddc Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 28 Jun 2019 14:29:38 +0200 Subject: [PATCH] Tracing: Restrict category tooltip to label text We don't want the tooltip to show up on the disabled expand button. Change-Id: I0ac6f185a6d6a5e01d07e1dcdacba736816f151e Reviewed-by: Tim Henning Reviewed-by: Christian Kandeler --- src/libs/tracing/qml/CategoryLabel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/tracing/qml/CategoryLabel.qml b/src/libs/tracing/qml/CategoryLabel.qml index 48e82f5b939..e06aa7ec959 100644 --- a/src/libs/tracing/qml/CategoryLabel.qml +++ b/src/libs/tracing/qml/CategoryLabel.qml @@ -56,7 +56,7 @@ Item { Button { // dummy button to display a tooltip - anchors.fill: parent + anchors.fill: txt tooltip: labelContainer.text style: ButtonStyle { background: Item {}