summaryrefslogtreecommitdiffstats
path: root/examples/declarative/fonts/fonts.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-24 01:58:38 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-24 01:58:38 (GMT)
commit8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c (patch)
tree622631b67c3edbc59a2dd46bc6dfc413262180d5 /examples/declarative/fonts/fonts.qml
parentd3e617b7cdad271623986ab4bfce1784477f7594 (diff)
downloadQt-8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c.zip
Qt-8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c.tar.gz
Qt-8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c.tar.bz2
Rename positioners.
QFxBasePositioner still exists though.
Diffstat (limited to 'examples/declarative/fonts/fonts.qml')
-rw-r--r--examples/declarative/fonts/fonts.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fonts/fonts.qml b/examples/declarative/fonts/fonts.qml
index 2aa4851..f7ed494 100644
--- a/examples/declarative/fonts/fonts.qml
+++ b/examples/declarative/fonts/fonts.qml
@@ -16,7 +16,7 @@ Rectangle {
FontLoader { id: WebFont; source: "http://www.princexml.com/fonts/steffmann/Starburst.ttf" }
FontLoader { id: WebFont2; source: "http://wrong.address.org" }
- VerticalPositioner {
+ Column {
anchors.fill: parent
anchors.leftMargin: 10; anchors.rightMargin: 10
Text {