worked on the notification center

This commit is contained in:
Tomas Rivera
2026-03-15 13:41:06 +01:00
parent e513f4c797
commit d67367e4df
3 changed files with 121 additions and 35 deletions
@@ -12,10 +12,18 @@ Singleton {
PanelWindow {
id: window
visible: false
implicitWidth: notificationCenter.width
implicitHeight: notificationCenter.height
anchors.right: notificationCenter.right
anchors.top: notificationCenter.top
Notifs.NotificationCenterView {
id: notificationCenter
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
//width: 500
//anchors.verticalCenter: parent.verticalCenter
}
}