Commit 3b6707c3 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

Merge pull request #9 from locusf/new_statusbar

[toolbar] New toolbar on the bottom
parents 5e8edd7c e7047d66
...@@ -110,7 +110,7 @@ Item { ...@@ -110,7 +110,7 @@ Item {
width: 1 width: 1
color: '#333333' color: '#333333'
} }
z: 202
height: toolBarDone.height + 2*padding height: toolBarDone.height + 2*padding
property int padding: 9 property int padding: 9
......
...@@ -91,9 +91,15 @@ Page { ...@@ -91,9 +91,15 @@ Page {
value: "100" value: "100"
} }
tools: Rectangle { Rectangle {
id: toolbar
color: "black" color: "black"
anchors.fill: parent height: 40
width: parent.width
border.color: "white"
border.width: 1
z: 201
anchors.bottom: parent.bottom
Image { Image {
id: batteryimg id: batteryimg
width: 32 width: 32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment