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 {
width: 1
color: '#333333'
}
z: 202
height: toolBarDone.height + 2*padding
property int padding: 9
......
......@@ -91,9 +91,15 @@ Page {
value: "100"
}
tools: Rectangle {
Rectangle {
id: toolbar
color: "black"
anchors.fill: parent
height: 40
width: parent.width
border.color: "white"
border.width: 1
z: 201
anchors.bottom: parent.bottom
Image {
id: batteryimg
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