fix(main_window): parent fixed for notification broker

This commit is contained in:
2026-01-27 21:53:10 +01:00
committed by Jan Wyzula
co-authored by Jan Wyzula
parent d8ebae49ad
commit 0b212c3100
@@ -54,7 +54,7 @@ class BECMainWindow(BECWidget, QMainWindow):
# Notification Centre overlay
self.notification_centre = NotificationCentre(parent=self) # Notification layer
self.notification_broker = BECNotificationBroker()
self.notification_broker = BECNotificationBroker(parent=self)
self._nc_margin = 16
self._position_notification_centre()