From 0d3d5e878d0a0042ece46dd093173c2e6ea73aca Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Sun, 15 Sep 2013 04:27:24 +0300 Subject: [PATCH] Convert harmattan CameraLabel to use Text instead of Label --- qml/harmattan/CameraLabel.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qml/harmattan/CameraLabel.qml b/qml/harmattan/CameraLabel.qml index 452ea74..d09c126 100644 --- a/qml/harmattan/CameraLabel.qml +++ b/qml/harmattan/CameraLabel.qml @@ -21,8 +21,10 @@ */ 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 } -- 2.25.1