1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-04 16:02:51 +01:00

fix(main_window): parent fixed for notification broker

This commit is contained in:
2026-01-27 14:33:37 +01:00
committed by Jan Wyzula
parent d8ebae49ad
commit 0b212c3100

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