forked from quickshell/quickshell
widgets/cliprect: fix typo in bottomRightRadius
This commit is contained in:
parent
af14a416c1
commit
26280b34b4
1 changed files with 1 additions and 1 deletions
|
@ -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>`).
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue