aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-02-27 15:38:23 +0100
committerUlf Hermann <ulf.hermann@digia.com>2014-03-10 11:57:55 +0100
commit998bb89739db3a620437e6855e9e32e520713d4b (patch)
tree2ca66039740d9e6c19ef4aeaec08dec284f80787 /src/plugins/qmlprofiler
parent0d511290f5f106737f7ec9eb23ff88a3789c55ff (diff)
QmlProfiler: Use crisper left/down arrows for the timeline
Before they were rather blurry. The new ones are uncompressed and strictly black/transparent. Also the "smoothing" is rather detrimental in this case, so it's switched off now. Change-Id: I38fe0bf9e3420a2077b5535958053718981bce4f Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler')
-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 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
--- 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 e124813da32..2d64649dc75 100644
--- a/src/plugins/qmlprofiler/qml/arrow_right.png
+++ b/src/plugins/qmlprofiler/qml/arrow_right.png
Binary files differ