diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-24 04:57:10 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-24 05:49:13 (GMT) |
commit | 70564bdb1856243640d11611515a83d339bb4f2f (patch) | |
tree | 861809d0bcecb26fd576d9b98b2d613f87776510 /examples/declarative/fonts/fonts.qml | |
parent | 4ec82624f77d49c2e5f02b04518c8bde1be16145 (diff) | |
parent | 525e6674b002180d691a2d8a787dc512c259ae95 (diff) | |
download | Qt-70564bdb1856243640d11611515a83d339bb4f2f.zip Qt-70564bdb1856243640d11611515a83d339bb4f2f.tar.gz Qt-70564bdb1856243640d11611515a83d339bb4f2f.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'examples/declarative/fonts/fonts.qml')
-rw-r--r-- | examples/declarative/fonts/fonts.qml | 2 |
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 { |