diff --git a/src/plugins/qmlprofiler/qml/CategoryLabel.qml b/src/plugins/qmlprofiler/qml/CategoryLabel.qml index 5f996e398a2..46d14a73323 100644 --- a/src/plugins/qmlprofiler/qml/CategoryLabel.qml +++ b/src/plugins/qmlprofiler/qml/CategoryLabel.qml @@ -145,6 +145,7 @@ Item { source: expanded ? "arrow_down.png" : "arrow_right.png" x: parent.width - 12 y: root.singleRowHeight / 2 - height / 2 + smooth: false MouseArea { anchors.fill: parent anchors.rightMargin: -10 diff --git a/src/plugins/qmlprofiler/qml/arrow_down.png b/src/plugins/qmlprofiler/qml/arrow_down.png index 94300b59449..bbc8ec3c179 100644 Binary files a/src/plugins/qmlprofiler/qml/arrow_down.png and b/src/plugins/qmlprofiler/qml/arrow_down.png differ diff --git a/src/plugins/qmlprofiler/qml/arrow_right.png b/src/plugins/qmlprofiler/qml/arrow_right.png index e124813da32..2d64649dc75 100644 Binary files a/src/plugins/qmlprofiler/qml/arrow_right.png and b/src/plugins/qmlprofiler/qml/arrow_right.png differ