diff options
Diffstat (limited to 'Item Size Position.md')
-rw-r--r-- | Item Size Position.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Item Size Position.md b/Item Size Position.md index 2479688..3a6ba30 100644 --- a/Item Size Position.md +++ b/Item Size Position.md @@ -2,8 +2,6 @@ --- -# Item Size Position - `Item` type is the base type for "visual items". It has two properties: - actual size ( width, height ) - implicit/desired size ( implicitWidth, implicitHeight ) @@ -37,4 +35,3 @@ Item.childrenRect represents the actual geometry of all child items, not the mpl Use [MarginWrapperManager](https://quickshell.org/docs/types/Quickshell.Widgets/MarginWrapperManager) to handle size and position of container and a single child item. -## Layouts |