summaryrefslogtreecommitdiffstats
path: root/demos/declarative/contacts/Contact.qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-19 05:20:04 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-19 05:20:04 (GMT)
commit3556cc32978f59ce6e6f23f984ed1f0a5f475c4f (patch)
tree9f8d105120af0bb4e9b9da2f66a0184c23526750 /demos/declarative/contacts/Contact.qml
parent9a954d44aa20e0eb21bdf2820941bd7a1908096d (diff)
parentebdda1575dcb815e89b2d9ee16a8dc2928f61b4c (diff)
downloadQt-3556cc32978f59ce6e6f23f984ed1f0a5f475c4f.zip
Qt-3556cc32978f59ce6e6f23f984ed1f0a5f475c4f.tar.gz
Qt-3556cc32978f59ce6e6f23f984ed1f0a5f475c4f.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts: src/declarative/fx/qfxmouseregion.cpp
Diffstat (limited to 'demos/declarative/contacts/Contact.qml')
-rw-r--r--demos/declarative/contacts/Contact.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/declarative/contacts/Contact.qml b/demos/declarative/contacts/Contact.qml
index c6ed906..d02157c 100644
--- a/demos/declarative/contacts/Contact.qml
+++ b/demos/declarative/contacts/Contact.qml
@@ -82,9 +82,10 @@ Item {
}
VerticalPositioner {
id: layout
- anchors.fill: parent
+ width: contents.width
+ height:contents.height
+ anchors.centerIn: parent
spacing: 5
- margin: 5
ContactField {
id: labelField
anchors.left: layout.left