diff options
-rw-r--r-- | quickmultieffect/QuickMultiEffect.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quickmultieffect/QuickMultiEffect.qml b/quickmultieffect/QuickMultiEffect.qml index 9c5eaec..fee997e 100644 --- a/quickmultieffect/QuickMultiEffect.qml +++ b/quickmultieffect/QuickMultiEffect.qml @@ -280,7 +280,7 @@ Item { This property defines a multiplier for extending the blur radius. The value ranges from 0.0 (not multiplied) to inf. By default, - the property is set to \c 0.0. Incresing the multiplier extends the + the property is set to \c 0.0. Increasing the multiplier extends the blur radius, but decreases the blur quality. This is more performant option for a bigger blur radius than blurMax as it doesn't increase the amount of texture lookups. |