diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-24 05:32:40 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-28 01:01:45 (GMT) |
commit | e86022a01152feacea589e14c031994836d665b9 (patch) | |
tree | 8a99b1406da17a34b916b89d9c28b493a5473d66 /examples/declarative/ui-components/progressbar/content | |
parent | b7a609890f98f2687147605edfc5226ecee64f95 (diff) | |
download | Qt-e86022a01152feacea589e14c031994836d665b9.zip Qt-e86022a01152feacea589e14c031994836d665b9.tar.gz Qt-e86022a01152feacea589e14c031994836d665b9.tar.bz2 |
Examples clean up
Diffstat (limited to 'examples/declarative/ui-components/progressbar/content')
-rw-r--r-- | examples/declarative/ui-components/progressbar/content/ProgressBar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/ui-components/progressbar/content/ProgressBar.qml b/examples/declarative/ui-components/progressbar/content/ProgressBar.qml index 829ab9b..6aa6765 100644 --- a/examples/declarative/ui-components/progressbar/content/ProgressBar.qml +++ b/examples/declarative/ui-components/progressbar/content/ProgressBar.qml @@ -66,7 +66,7 @@ Item { width: highlight.widthDest Behavior on width { SmoothedAnimation { velocity: 1200 } } - anchors { left: parent.left; top: parent.top; bottom: parent.bottom; leftMargin: 3; topMargin: 3; bottomMargin: 3 } + anchors { left: parent.left; top: parent.top; bottom: parent.bottom; margins: 3 } radius: 1 gradient: Gradient { GradientStop { id: gradient1; position: 0.0 } |