Replace font.capitalization with a capitalize property
[harmattan/cameraplus] / qml / VideoResolutionSettings.qml
index 26d4eac..1fbfeb6 100644 (file)
@@ -43,7 +43,7 @@ Column {
             model: videoSettings.resolutions
 
             delegate: CameraButton {
-                font.capitalization: Font.Capitalize
+                capitalize: true
                 text: qsTr("%1 %2").arg(resolutionName).arg(resolution)
                 checked: settings.videoResolution == resolutionName
                 onClicked: settings.videoResolution = resolutionName