feat: multi-height delegates

This commit is contained in:
Kat Inskip 2025-12-07 21:34:18 -08:00
parent b15bb36dae
commit 9ae22c832f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 284 additions and 212 deletions

View file

@ -5,6 +5,7 @@ import QtQuick.Layouts
import QtQuick.Controls
import "root:/DataSources"
import "root:/Components"
import "root:/Components/NotificationSystem"
Scope {
id: root
@ -70,9 +71,9 @@ Scope {
spacing: 15
NotificationDisplay {}
SystemTrayWrapper {}
Clock {}
NotificationDisplay {}
DistroIcon {}
}
}