aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qml/Detail.qml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofiler/qml/Detail.qml')
-rw-r--r--plugins/qmlprofiler/qml/Detail.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/qmlprofiler/qml/Detail.qml b/plugins/qmlprofiler/qml/Detail.qml
index 0431b9bd51..7bc28178d9 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
}
}