aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/imgtag/TextWithImage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/text/imgtag/TextWithImage.qml')
-rw-r--r--examples/quick/text/imgtag/TextWithImage.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/quick/text/imgtag/TextWithImage.qml b/examples/quick/text/imgtag/TextWithImage.qml
index bc09aa2a52..5e6fba5df4 100644
--- a/examples/quick/text/imgtag/TextWithImage.qml
+++ b/examples/quick/text/imgtag/TextWithImage.qml
@@ -46,10 +46,4 @@ Text {
wrapMode: Text.WordWrap
textFormat: Text.StyledText
horizontalAlignment: main.hAlign
-
- Rectangle {
- border.color: "#efefef"
- color: "transparent"
- anchors.fill: parent
- }
}