We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af14a41 commit 26280b3Copy full SHA for 26280b3
src/widgets/ClippingRectangle.qml
@@ -36,7 +36,7 @@ Item {
36
/// Radius of the bottom left corner. Defaults to @@radius.
37
property /*real*/alias bottomLeftRadius: rectangle.bottomLeftRadius
38
/// Radius of the bottom right corner. Defaults to @@radius.
39
- property /*real*/alias borromRightRadius: rectangle.bottomRightRadius
+ property /*real*/alias bottomRightRadius: rectangle.bottomRightRadius
40
41
/// Visual children of the ClippingRectangle's @@contentItem. (`list<Item>`).
42
///
0 commit comments