diff options
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/qmlprofiler/qml/CategoryLabel.qml | 1 | ||||
| -rw-r--r-- | src/plugins/qmlprofiler/qml/arrow_down.png | bin | 250 -> 140 bytes | |||
| -rw-r--r-- | src/plugins/qmlprofiler/qml/arrow_right.png | bin | 246 -> 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 Binary files differindex 94300b5944..bbc8ec3c17 100644 --- a/src/plugins/qmlprofiler/qml/arrow_down.png +++ b/src/plugins/qmlprofiler/qml/arrow_down.png diff --git a/src/plugins/qmlprofiler/qml/arrow_right.png b/src/plugins/qmlprofiler/qml/arrow_right.png Binary files differindex e124813da3..2d64649dc7 100644 --- a/src/plugins/qmlprofiler/qml/arrow_right.png +++ b/src/plugins/qmlprofiler/qml/arrow_right.png |
