widgets/cliprect: fix typo in bottomRightRadius

This commit is contained in:
outfoxxed 2024-12-03 23:27:50 -08:00
parent af14a416c1
commit 26280b34b4
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -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<Item>`).
///