From 539ba9ed93215a1920e5a8331236611e6bf73294 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 6 Nov 2013 17:25:38 +0100 Subject: Doc: update the Qt Quick app tutorial Update screenshots. Change-Id: I1b5ff02464cfe922cd2a75d936327c632e744828 Reviewed-by: Thomas Hartmann --- doc/examples/transitions/main.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/examples') diff --git a/doc/examples/transitions/main.qml b/doc/examples/transitions/main.qml index cb76cc8d00..9e751ab842 100644 --- a/doc/examples/transitions/main.qml +++ b/doc/examples/transitions/main.qml @@ -42,8 +42,6 @@ Rectangle { Rectangle { id: middleRightRect - x: 13 - y: 16 width: 64 height: 64 color: "#00000000" @@ -61,7 +59,6 @@ Rectangle { Rectangle { id: bottomLeftRect - y: 11 width: 64 height: 64 color: "#00000000" -- cgit v1.2.1