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