Commit f442b242 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[toolbar] Black toolbar for UX.

parent 81ba16a2
......@@ -91,7 +91,9 @@ Page {
value: "100"
}
tools: Item {
tools: Rectangle {
color: "black"
anchors.fill: parent
Image {
id: batteryimg
width: 32
......@@ -100,7 +102,7 @@ Page {
Label {
anchors.left: batteryimg.right
id: batterylbl
color: "black"
color: "white"
font.pointSize: 8
}
}
......
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