Skip to content

Commit 26280b3

Browse files
committed
widgets/cliprect: fix typo in bottomRightRadius
1 parent af14a41 commit 26280b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/ClippingRectangle.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Item {
3636
/// Radius of the bottom left corner. Defaults to @@radius.
3737
property /*real*/alias bottomLeftRadius: rectangle.bottomLeftRadius
3838
/// Radius of the bottom right corner. Defaults to @@radius.
39-
property /*real*/alias borromRightRadius: rectangle.bottomRightRadius
39+
property /*real*/alias bottomRightRadius: rectangle.bottomRightRadius
4040

4141
/// Visual children of the ClippingRectangle's @@contentItem. (`list<Item>`).
4242
///

0 commit comments

Comments
 (0)