Commit 840397f9 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

Merge pull request #1 from locusf/master

Proper closing button and black toolbar.
parents 81ba16a2 8eaa5937
......@@ -27,7 +27,7 @@ Image {
id: closeButton
signal clicked()
source: 'image://theme/icon-m-framework-close-thumbnail'
source: 'theme/icon-m-framework-close-thumbnail.png'
MouseArea {
anchors.fill: parent
......
......@@ -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
}
}
......
......@@ -31,5 +31,6 @@
<file>qml/images/battery5.png</file>
<file>qml/images/battery6.png</file>
<file>qml/compositor/WindowWrapperMystic.qml</file>
<file>qml/theme/icon-m-framework-close-thumbnail.png</file>
</qresource>
</RCC>
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