mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-07-18 21:14:26 -04:00
declarative: Add a QML extension object for accessing the margins property
Otherwise we get the following error message: Property "margins" with type "QMargins", which is not a value type Signed-off-by: Victoria Fischer <victoria.fischer@mbition.io>
This commit is contained in:
committed by
Marco Martin
parent
05de6c67b2
commit
44e011e2c6
@ -39,6 +39,7 @@ Item
|
||||
LayerShell.Window.anchors: LayerShell.Window.AnchorLeft
|
||||
LayerShell.Window.layer: LayerShell.Window.LayerTop
|
||||
LayerShell.Window.exclusionZone: width
|
||||
LayerShell.Window.margins.left: 100
|
||||
|
||||
width: 100
|
||||
height: 100
|
||||
|
Reference in New Issue
Block a user