From 26280b34b4a62ed38858079de69cc35c254448e8 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 3 Dec 2024 23:27:50 -0800 Subject: [PATCH] widgets/cliprect: fix typo in bottomRightRadius --- src/widgets/ClippingRectangle.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/ClippingRectangle.qml b/src/widgets/ClippingRectangle.qml index ce1fae69..03b21b98 100644 --- a/src/widgets/ClippingRectangle.qml +++ b/src/widgets/ClippingRectangle.qml @@ -36,7 +36,7 @@ Item { /// Radius of the bottom left corner. Defaults to @@radius. property /*real*/alias bottomLeftRadius: rectangle.bottomLeftRadius /// Radius of the bottom right corner. Defaults to @@radius. - property /*real*/alias borromRightRadius: rectangle.bottomRightRadius + property /*real*/alias bottomRightRadius: rectangle.bottomRightRadius /// Visual children of the ClippingRectangle's @@contentItem. (`list`). ///