forked from quickshell/quickshell
feat(panel): set exclusionMode to Normal when exclusiveZone is set
This commit is contained in:
parent
8cd9657f97
commit
d5344f463f
2 changed files with 5 additions and 4 deletions
|
@ -108,6 +108,7 @@ class PanelWindowInterface: public WindowInterface {
|
|||
/// > [!INFO] Only applies to edges with anchors
|
||||
Q_PROPERTY(Margins margins READ margins WRITE setMargins NOTIFY marginsChanged);
|
||||
/// The amount of space reserved for the shell layer relative to its anchors.
|
||||
/// Setting this property sets `exclusionMode` to `Normal`.
|
||||
///
|
||||
/// > [!INFO] Either 1 or 3 anchors are required for the zone to take effect.
|
||||
Q_PROPERTY(qint32 exclusiveZone READ exclusiveZone WRITE setExclusiveZone NOTIFY exclusiveZoneChanged);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue