diff --git a/src/plugins/qmlprofiler/qml/MainView.qml b/src/plugins/qmlprofiler/qml/MainView.qml index 9b2864c19be..e8bce8ea0db 100644 --- a/src/plugins/qmlprofiler/qml/MainView.qml +++ b/src/plugins/qmlprofiler/qml/MainView.qml @@ -317,7 +317,7 @@ Rectangle { id: backgroundMarks y: vertflick.contentY height: vertflick.height - anchors.right: parent.right + width: root.width - labels.width anchors.left: labels.right }