aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/qmlprofiler/qml/Detail.qml1
-rw-r--r--plugins/qmlprofiler/qml/Label.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/qmlprofiler/qml/Detail.qml b/plugins/qmlprofiler/qml/Detail.qml
index 0431b9bd517..7bc28178d99 100644
--- a/plugins/qmlprofiler/qml/Detail.qml
+++ b/plugins/qmlprofiler/qml/Detail.qml
@@ -54,5 +54,6 @@ Item {
font.pixelSize: 12
anchors.baseline: lbl.baseline
anchors.left: guideline.right
+ textFormat: Text.PlainText
}
}
diff --git a/plugins/qmlprofiler/qml/Label.qml b/plugins/qmlprofiler/qml/Label.qml
index da834ea7983..4163b9b3aca 100644
--- a/plugins/qmlprofiler/qml/Label.qml
+++ b/plugins/qmlprofiler/qml/Label.qml
@@ -128,6 +128,7 @@ Item {
x: 5
width: 140
text: descriptions[index]
+ textFormat: Text.PlainText
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter
}