From 96e5a7dd62de860fd4a399ca4edee7c04eea23db Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Sat, 1 Sep 2012 17:32:33 +0300 Subject: [PATCH] Adjust the font size to fit the text --- qml/EvCompButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/EvCompButton.qml b/qml/EvCompButton.qml index b7b56c3..ee7724f 100644 --- a/qml/EvCompButton.qml +++ b/qml/EvCompButton.qml @@ -10,6 +10,7 @@ Selector { iconSource: evComp.value == 0 ? "/usr/share/themes/blanco/meegotouch/icons/icon-m-camera-manual-exposure.png" : "" text: evComp.value == 0 ? "" : evComp.value.toFixed(1); + font.pixelSize: 23 timerConstraints: slider.pressed EvComp { -- 2.34.1