diff options
author | Inkamari Harjula <[email protected]> | 2023-08-15 15:15:31 +0300 |
---|---|---|
committer | Inkamari Harjula <[email protected]> | 2023-08-16 15:23:15 +0300 |
commit | 3cad4144671d89790a9930fd2ea8572a49621f9a (patch) | |
tree | 00dd6e9632b25da3b9d68c64beb1f4d426bd9594 | |
parent | 85317aac92ee8151bce8771dc7dceb9c00d1c99d (diff) |
Added the one missing letter in the word increasing.
Task-number: QTBUG-116058
Change-Id: I8ab3af230b2140a605eb18a772acab6c6cfce93d
Reviewed-by: Paul Wicking <[email protected]>
-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. |