summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/qmlprofiler/qml/CategoryLabel.qml1
-rw-r--r--src/plugins/qmlprofiler/qml/arrow_down.pngbin250 -> 140 bytes
-rw-r--r--src/plugins/qmlprofiler/qml/arrow_right.pngbin246 -> 144 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qml/CategoryLabel.qml b/src/plugins/qmlprofiler/qml/CategoryLabel.qml
index 5f996e398a..46d14a7332 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 94300b5944..bbc8ec3c17 100644
--- a/src/plugins/qmlprofiler/qml/arrow_down.png
+++ b/src/plugins/qmlprofiler/qml/arrow_down.png
Binary files differ
diff --git a/src/plugins/qmlprofiler/qml/arrow_right.png b/src/plugins/qmlprofiler/qml/arrow_right.png
index e124813da3..2d64649dc7 100644
--- a/src/plugins/qmlprofiler/qml/arrow_right.png
+++ b/src/plugins/qmlprofiler/qml/arrow_right.png
Binary files differ