diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-31 05:21:12 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-31 05:21:12 (GMT) |
commit | 0377ff72f53f5b1a7f94014c2c074f43c8e64fe0 (patch) | |
tree | 30c3babd75a5f61ba2e9f502c1a1395581983541 /examples/declarative/fillmode | |
parent | 223c791f6700b5141fa4932321f17a9937e353d8 (diff) | |
download | Qt-0377ff72f53f5b1a7f94014c2c074f43c8e64fe0.zip Qt-0377ff72f53f5b1a7f94014c2c074f43c8e64fe0.tar.gz Qt-0377ff72f53f5b1a7f94014c2c074f43c8e64fe0.tar.bz2 |
update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec
Diffstat (limited to 'examples/declarative/fillmode')
-rw-r--r-- | examples/declarative/fillmode/fillmode.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/fillmode/fillmode.qml b/examples/declarative/fillmode/fillmode.qml index 473f553..6bf1c12 100644 --- a/examples/declarative/fillmode/fillmode.qml +++ b/examples/declarative/fillmode/fillmode.qml @@ -29,10 +29,10 @@ Image { color: "blue" style: "Outline" styleColor: "white" - anchors { centeredIn: parent } + anchors { centerIn: parent } } Rect { - pen.color: "black" + border.color: "black" color: "transparent" anchors { fill: parent; rightMargin: 1; bottomMargin: 1} } |