QmlMirror.qml Fixed some layout issues

This commit is contained in:
Oscar Andreasson 2015-11-30 09:33:19 +01:00
parent ab969a10c8
commit 7abef64030
2 changed files with 6 additions and 3 deletions

View file

@ -13,6 +13,6 @@ Text {
anchors.top: parent.top
font.pointSize: 48
font.family: "Helvetica"
color: "#ffffff"
color: "white"
//anchors.horizontalCenter: parent.horizontalCenter
}