diff --git a/src/libs/flamegraph/qml/FlameGraphDelegate.qml b/src/libs/flamegraph/qml/FlameGraphDelegate.qml index 31252290aa2..384ec73bfe5 100644 --- a/src/libs/flamegraph/qml/FlameGraphDelegate.qml +++ b/src/libs/flamegraph/qml/FlameGraphDelegate.qml @@ -52,9 +52,9 @@ Item { color: Qt.hsla((level % 12) / 72, 0.9 + Math.random() / 10, 0.45 + Math.random() / 10, 0.9 + Math.random() / 10); height: itemHeight; - anchors.left: parent.left - anchors.right: parent.right - anchors.bottom: parent.bottom + anchors.left: flamegraphItem.left + anchors.right: flamegraphItem.right + anchors.bottom: flamegraphItem.bottom FlameGraphText { id: text