Adjust the font size to fit the text
authorMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 14:32:33 +0000 (17:32 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 14:32:33 +0000 (17:32 +0300)
qml/EvCompButton.qml

index b7b56c3..ee7724f 100644 (file)
@@ -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 {