mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: multi-height delegates
This commit is contained in:
parent
b15bb36dae
commit
9ae22c832f
9 changed files with 284 additions and 212 deletions
|
|
@ -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 {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue