diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-08-13 05:13:39 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-08-13 05:13:39 (GMT) |
commit | f73493f1ac5a8c1a5e739d7645135a8edfb60261 (patch) | |
tree | 4a0327221f1b3aad3b70804fb9ab135cac201664 /demos/declarative/contacts | |
parent | 019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa (diff) | |
download | Qt-f73493f1ac5a8c1a5e739d7645135a8edfb60261.zip Qt-f73493f1ac5a8c1a5e739d7645135a8edfb60261.tar.gz Qt-f73493f1ac5a8c1a5e739d7645135a8edfb60261.tar.bz2 |
Missed converting demos when renaming layout->positioner
Diffstat (limited to 'demos/declarative/contacts')
-rw-r--r-- | demos/declarative/contacts/Contact.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/contacts/Contact.qml b/demos/declarative/contacts/Contact.qml index 77189e9..c6ed906 100644 --- a/demos/declarative/contacts/Contact.qml +++ b/demos/declarative/contacts/Contact.qml @@ -80,7 +80,7 @@ Item { function remove() { removeContactQuery.exec(); } - VerticalLayout { + VerticalPositioner { id: layout anchors.fill: parent spacing: 5 |