Commit f442b242 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[toolbar] Black toolbar for UX.

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