summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/maze.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/maze.qml')
-rw-r--r--examples/sensors/maze/maze.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/maze/maze.qml b/examples/sensors/maze/maze.qml
index 40c1d1dd..ceaf81a0 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"