aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data')
-rw-r--r--tests/manual/scenegraph_lancelot/data/text/text_style.qml2
-rw-r--r--tests/manual/scenegraph_lancelot/data/text/text_style_color.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/text/text_style.qml b/tests/manual/scenegraph_lancelot/data/text/text_style.qml
index 4155709835..45c46a86c6 100644
--- a/tests/manual/scenegraph_lancelot/data/text/text_style.qml
+++ b/tests/manual/scenegraph_lancelot/data/text/text_style.qml
@@ -22,7 +22,7 @@ Item {
anchors.top: text_0000.bottom
anchors.left: parent.left
width: 150
- text: "The quick brown fox jumps over the lazy dog. 0123456789. style: Outline (looks a bit shit)"
+ text: "The quick brown fox jumps over the lazy dog. 0123456789. style: Outline"
style: Text.Outline
color: "black"
font.family: "Helvetica"
diff --git a/tests/manual/scenegraph_lancelot/data/text/text_style_color.qml b/tests/manual/scenegraph_lancelot/data/text/text_style_color.qml
index 4986312bf2..06400c9999 100644
--- a/tests/manual/scenegraph_lancelot/data/text/text_style_color.qml
+++ b/tests/manual/scenegraph_lancelot/data/text/text_style_color.qml
@@ -23,7 +23,7 @@ Item {
anchors.top: text_0000.bottom
anchors.left: parent.left
width: 150
- text: "The quick brown fox jumps over the lazy dog. 0123456789. style: Outline (looks a bit shit)"
+ text: "The quick brown fox jumps over the lazy dog. 0123456789. style: Outline"
style: Text.Outline
styleColor: "blue"
color: "black"