Notification: fix notification popup out of screen issue

This commit is contained in:
Ly-sec
2025-11-07 19:34:37 +01:00
parent 89578b86f6
commit 74b2c30297
+2 -2
View File
@@ -86,8 +86,8 @@ Variants {
// Margins for PanelWindow (not anchors.topMargin!)
margins.top: isTop ? Style.marginM + barOffset : 0
margins.bottom: isBottom ? Style.marginM + barOffset : 0
margins.left: isLeft ? -Style.marginXL * 1.65 + barOffset : 0
margins.right: isRight ? -Style.marginXL * 1.65 + barOffset : 0
margins.left: isLeft ? Style.marginM + barOffset : 0
margins.right: isRight ? Style.marginM + barOffset : 0
implicitWidth: notifWidth
implicitHeight: notificationStack.implicitHeight + Style.marginL