X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=qml%2FPostCaptureItem.qml;h=cc0e2f9cec3a96585a98ec89000a2a4faea72dfe;hp=4cc51d1f1cfb969a24cdc42e49339ccada0b8914;hb=9fda7f8b0e9a317b0ab90463f1d0a163abc7e319;hpb=5149a475806f1073706ca9c380e649d6f3c51e27 diff --git a/qml/PostCaptureItem.qml b/qml/PostCaptureItem.qml index 4cc51d1..cc0e2f9 100644 --- a/qml/PostCaptureItem.qml +++ b/qml/PostCaptureItem.qml @@ -92,7 +92,7 @@ Item { CameraToolIcon { id: playIcon anchors.horizontalCenter: parent.horizontalCenter - iconSource: "image://theme/icon-s-music-video-play" + iconId: "icon-m-toolbar-mediacontrol-play-white" visible: isVideo onClicked: startPlayback() }