aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-06-28 14:29:38 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-07-01 11:48:04 +0000
commit0db635ac58e319f2e73fbd2ffca562f028cceddc (patch)
tree9813b0497359d2aaf2e10aff1f44c45c08935297 /src/libs
parentb9d6721be81ece5fb998c019e05f5512ad5a7b36 (diff)
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 <tim.henning@kdab.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/tracing/qml/CategoryLabel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/tracing/qml/CategoryLabel.qml b/src/libs/tracing/qml/CategoryLabel.qml
index 48e82f5b93..e06aa7ec95 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 {}