aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/painteditem/textballoons.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/painteditem/textballoons.qml')
-rw-r--r--examples/quick/customitems/painteditem/textballoons.qml7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/quick/customitems/painteditem/textballoons.qml b/examples/quick/customitems/painteditem/textballoons.qml
index d5151c9553..eec20f8c4b 100644
--- a/examples/quick/customitems/painteditem/textballoons.qml
+++ b/examples/quick/customitems/painteditem/textballoons.qml
@@ -42,11 +42,6 @@
import QtQuick 2.0
import TextBalloonPlugin 1.0
-/*!
- \title QtQuick Examples - Painted Text Balloons
- \example quick/painteditem/textballoons
- \brief This is a simple example that draws text balloons using QPainter
-*/
Item {
height: 480
width: 320
@@ -82,7 +77,7 @@ Item {
//! [1]
Rectangle {
id: controls
-
+
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.margins: 1