From 231265ba9cc7581f8fb36d9e7f862f211d43564a Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Tue, 22 Sep 2015 12:02:49 +0100 Subject: Set background to parent height and black, allows cursor to be drawn stopping trailing --- demoui/qml/demoui/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demoui/qml/demoui/main.qml b/demoui/qml/demoui/main.qml index 1cc7765..4d61377 100644 --- a/demoui/qml/demoui/main.qml +++ b/demoui/qml/demoui/main.qml @@ -40,8 +40,8 @@ Item { Rectangle { id: bg width: parent.width - color: "transparent" - height: 80 + color: "black" + height: parent.height } Button { id: backbutton -- cgit v1.2.1