mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
Fix the documentation of the absolute-position property
It is an `out` property (read-only) Fixes #6174
This commit is contained in:
parent
a70b0494a5
commit
21d60b1050
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ These properties are valid on all visible items:
|
|||
- **`x`** and **`y`** (_in_ _length_): The position of the element relative to its parent.
|
||||
- **`z`** (_in_ _float_): Allows to specify a different order to stack the items with its siblings.
|
||||
The value must be a compile time constant. (default value: 0)
|
||||
- **`absolute-position`** (_in_ _Point_): The position of the element within the contained window.
|
||||
- **`absolute-position`** (_out_ _Point_): The position of the element within the contained window.
|
||||
|
||||
### Layout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue