Convert harmattan CameraLabel to use Text instead of Label
[harmattan/cameraplus] / 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
 }