summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Pollard <tom.pollard@codethink.co.uk>2015-09-22 12:02:49 +0100
committerTom Pollard <tom.pollard@codethink.co.uk>2015-09-22 12:02:49 +0100
commit231265ba9cc7581f8fb36d9e7f862f211d43564a (patch)
tree946c19bd6bace0376aa511df210f49bb081f611e
parent531bd41d00509840cf5dfc767995549c27211341 (diff)
downloadbrowser-poc-231265ba9cc7581f8fb36d9e7f862f211d43564a.tar.gz
Set background to parent height and black, allows cursor to be drawn stopping trailing
-rw-r--r--demoui/qml/demoui/main.qml4
1 files 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