summaryrefslogtreecommitdiffstats
path: root/demos/declarative/contacts
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-08-13 05:13:39 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-08-13 05:13:39 (GMT)
commitf73493f1ac5a8c1a5e739d7645135a8edfb60261 (patch)
tree4a0327221f1b3aad3b70804fb9ab135cac201664 /demos/declarative/contacts
parent019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa (diff)
downloadQt-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.qml2
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