summaryrefslogtreecommitdiff
path: root/demoui/qml/demoui/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demoui/qml/demoui/main.qml')
-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