From 66e6d660edabd9c89517b7d3e86ebad381c0c741 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 19 Jun 2012 16:59:47 +1000 Subject: Get all the examples building and running on Desktop. Build the required C++ stubs for each example and deploy all the files so that the examples are runnable. Change-Id: I03d23cb37e1c484110a58934a9b0aa550d6915a6 Reviewed-by: Lorn Potter --- examples/sensors/maze/maze.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sensors/maze/maze.qml') diff --git a/examples/sensors/maze/maze.qml b/examples/sensors/maze/maze.qml index 40c1d1d..ceaf81a 100644 --- a/examples/sensors/maze/maze.qml +++ b/examples/sensors/maze/maze.qml @@ -91,7 +91,7 @@ ApplicationWindow { Rectangle { id: gameRect x: (mainWnd.width - width) / 2 - y: 25 + y: 5 width: Lib.dimension * Lib.cellDimension height: Lib.dimension * Lib.cellDimension color: "transparent" -- cgit v1.2.1