summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-02-24 10:46:53 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-02-24 10:48:51 +0200
commitae4a9ba56a4204be1c1e5f1ebb8cde5fb5b4441a (patch)
treea479fb441b14fec04f8bf17ed1bfb3f108b023c8 /examples/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc
parent9e876c4dc6a25f9f80df0431c9aad9332fb026dc (diff)
Remove unneeded transparency from qmlmultigraph Rectangles
Change-Id: Ibbabc5e69beb0066f49ed4bc3fa3406ce89e1a35 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc')
-rw-r--r--examples/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc b/examples/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc
index 4d6da7ab..38c7b783 100644
--- a/examples/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc
+++ b/examples/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc
@@ -38,9 +38,7 @@
\snippet qmlmultigraph/qml/qmlmultigraph/main.qml 0
- Each graph has a parent \c Rectangle item to provide it with a border. The color of the rectangle
- is set to fully transparent, because otherwise the rectangles would hide the graphs, which are
- always drawn behind all other QML elements.
+ Each graph has a parent \c Rectangle item to provide it with a border.
Note that one of the grid cells is used for buttons in an another \c{GridLayout}.
*/