Clock.qml: removed some commented lines of code

This commit is contained in:
Oscar Andreasson 2015-07-23 20:36:28 -07:00
parent b770570e23
commit 646ea482e5

View file

@ -12,7 +12,6 @@ import QtQuick.Controls 1.1
import QtQuick.Window 2.0 import QtQuick.Window 2.0
Rectangle { Rectangle {
// title: qsTr("Hello World")
width: 480 width: 480
height: 200 height: 200
color: "#000000" color: "#000000"
@ -33,7 +32,6 @@ Rectangle {
Text { Text {
id: time id: time
// anchors.top: parent.top
font.pointSize: 48 font.pointSize: 48
font.family: "Helvetica" font.family: "Helvetica"
color: "#ffffff" color: "#ffffff"
@ -42,7 +40,6 @@ Rectangle {
} }
Text { Text {
id: datum id: datum
// anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
font.pointSize: 24 font.pointSize: 24
color: "#ffffff" color: "#ffffff"