summaryrefslogtreecommitdiffstats
path: root/demos/declarative/contacts
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-10-06 03:49:48 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-10-06 03:49:48 (GMT)
commit6ddff0d80fb360a7b3296e039150c97729fb8d10 (patch)
treeca6fe14e74f3b51652f5a339a4c188dbff86da51 /demos/declarative/contacts
parentbb0465258d20badae7f9aa62849c02a94244570c (diff)
parent2ec7f08421f484339818c731594f12ddb22d38c0 (diff)
downloadQt-6ddff0d80fb360a7b3296e039150c97729fb8d10.zip
Qt-6ddff0d80fb360a7b3296e039150c97729fb8d10.tar.gz
Qt-6ddff0d80fb360a7b3296e039150c97729fb8d10.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'demos/declarative/contacts')
-rw-r--r--demos/declarative/contacts/Contact.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/contacts/Contact.qml b/demos/declarative/contacts/Contact.qml
index 91510c7..e12cd3b 100644
--- a/demos/declarative/contacts/Contact.qml
+++ b/demos/declarative/contacts/Contact.qml
@@ -82,8 +82,8 @@ Item {
}
Column {
id: layout
- width: contents.width
- height:contents.height
+ width: childrenRect.width
+ height: childrenRect.height
anchors.centerIn: parent
spacing: 5
ContactField {