diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-13 05:36:54 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-13 05:36:54 (GMT) |
commit | 601b52bb6520e94b2a573a7925d5f141ee60c312 (patch) | |
tree | 6f361a894dd274a973e0098147ec862966d9459e /examples/declarative/snow | |
parent | 5731119be208ffb7d2967746cea2df54424b7885 (diff) | |
parent | b1e221a249adbcec7e37e475fdd14ff636c18b2c (diff) | |
download | Qt-601b52bb6520e94b2a573a7925d5f141ee60c312.zip Qt-601b52bb6520e94b2a573a7925d5f141ee60c312.tar.gz Qt-601b52bb6520e94b2a573a7925d5f141ee60c312.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'examples/declarative/snow')
-rw-r--r-- | examples/declarative/snow/snow.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/snow/snow.qml b/examples/declarative/snow/snow.qml index f63f090..8470331 100644 --- a/examples/declarative/snow/snow.qml +++ b/examples/declarative/snow/snow.qml @@ -22,7 +22,7 @@ Rect { Item { anchors.centerIn: parent - HorizontalLayout { + HorizontalPositioner { id: MyLayout property real targetX: -(selectedX + imageWidth / 2) |