1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-08 01:37:52 +01:00

fix(main_window): parent fixed for notification broker

This commit is contained in:
2026-01-27 14:33:37 +01:00
parent 3fe6a00708
commit 947bf63e03

View File

@@ -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()