From 0377ff72f53f5b1a7f94014c2c074f43c8e64fe0 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Fri, 31 Jul 2009 15:21:12 +1000 Subject: update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec --- examples/declarative/fillmode/fillmode.qml | 4 ++-- 1 file 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} } -- cgit v0.12