From ab54cc46c6eb52163ea1735cc252815172be3a6a Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Sun, 31 Mar 2013 20:45:31 +0800 Subject: Doc: Fix minor typos Task-number: QTWEBSITE-514 Change-Id: Ie8f3689d18d15fd0e88e0ada4a745d9994d9c2ae Reviewed-by: Jerome Pasion --- src/imports/multimedia/Video.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports/multimedia/Video.qml') diff --git a/src/imports/multimedia/Video.qml b/src/imports/multimedia/Video.qml index c379c1227..f65054cda 100644 --- a/src/imports/multimedia/Video.qml +++ b/src/imports/multimedia/Video.qml @@ -113,12 +113,12 @@ Item { \li VideoOutput.Stretch - the video is scaled to fit \li VideoOutput.PreserveAspectFit - the video is scaled uniformly to fit without cropping - \li VideoOuput.PreserveAspectCrop - the video is scaled uniformly to fill, cropping + \li VideoOutput.PreserveAspectCrop - the video is scaled uniformly to fill, cropping if necessary \endlist Because this type is for convenience in QML, it does not - support enumerations directly, so enumerations from \c VideoOuput are + support enumerations directly, so enumerations from \c VideoOutput are used to access the available fill modes. The default fill mode is preserveAspectFit. -- cgit v1.2.3