summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/rect/MyRect.qml
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2010-11-19 10:21:30 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2010-11-19 10:21:30 (GMT)
commitab13e9c099a505a821caaccc6ae252388e676083 (patch)
tree503fe8c32d30c0e408defc0d7c54d47eeb2d6cc0 /tests/auto/declarative/qmlvisual/rect/MyRect.qml
parent4258dd04e25c8831be9e8a7dc45b52d34782cb35 (diff)
parent72378ce571bcb88d0519a1b02d0e543b5237d613 (diff)
downloadQt-ab13e9c099a505a821caaccc6ae252388e676083.zip
Qt-ab13e9c099a505a821caaccc6ae252388e676083.tar.gz
Qt-ab13e9c099a505a821caaccc6ae252388e676083.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-team into 4.7
Diffstat (limited to 'tests/auto/declarative/qmlvisual/rect/MyRect.qml')
-rw-r--r--tests/auto/declarative/qmlvisual/rect/MyRect.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlvisual/rect/MyRect.qml b/tests/auto/declarative/qmlvisual/rect/MyRect.qml
index a595f7d..99226d3 100644
--- a/tests/auto/declarative/qmlvisual/rect/MyRect.qml
+++ b/tests/auto/declarative/qmlvisual/rect/MyRect.qml
@@ -9,11 +9,11 @@ Item {
property int borderWidth
property bool smooth: false
- width: 80; height: 80
+ width: 40; height: 40
Item {
anchors.centerIn: parent; rotation: rect.rotation;
Rectangle {
- anchors.centerIn: parent; width: 80; height: 80
+ anchors.centerIn: parent; width: 40; height: 40
color: rect.color; border.color: rect.border; border.width: rect.border != Qt.rgba(0,0,0,0) ? 2 : 0
radius: rect.radius; smooth: rect.smooth
}