From 646ea482e55180d729df47454e82197c78810815 Mon Sep 17 00:00:00 2001 From: Oscar Andreasson Date: Thu, 23 Jul 2015 20:36:28 -0700 Subject: [PATCH] Clock.qml: removed some commented lines of code --- Clock.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Clock.qml b/Clock.qml index 9ba911a..6afec10 100644 --- a/Clock.qml +++ b/Clock.qml @@ -12,7 +12,6 @@ import QtQuick.Controls 1.1 import QtQuick.Window 2.0 Rectangle { -// title: qsTr("Hello World") width: 480 height: 200 color: "#000000" @@ -33,7 +32,6 @@ Rectangle { Text { id: time -// anchors.top: parent.top font.pointSize: 48 font.family: "Helvetica" color: "#ffffff" @@ -42,7 +40,6 @@ Rectangle { } Text { id: datum -// anchors.bottom: parent.bottom anchors.horizontalCenter: parent.horizontalCenter font.pointSize: 24 color: "#ffffff"