mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
worked on the notification center
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user