Convert harmattan CameraLabel to use Text instead of Label
authorMohammed Sameer <msameer@foolab.org>
Sun, 15 Sep 2013 01:27:24 +0000 (04:27 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sun, 15 Sep 2013 01:27:24 +0000 (04:27 +0300)
qml/harmattan/CameraLabel.qml

index 452ea74..d09c126 100644 (file)
  */
 
 import QtQuick 1.1
-import com.nokia.meego 1.1
-
-Label {
 
+Text {
+    font.family: "Nokia Pure Text"
+    font.pixelSize: 24
+    color: "#ffffff"
+    wrapMode: Text.Wrap
 }