notification button
This commit is contained in:
parent
e964ee2337
commit
65b4762c90
5 changed files with 86 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ Singleton {
|
|||
property Cpu cpu: Cpu {}
|
||||
property Gpu gpu: Gpu {}
|
||||
property Caffeine caffeine: Caffeine {}
|
||||
property Notifications notifications: Notifications {}
|
||||
property Workspace workspace: Workspace {}
|
||||
property Tray tray: Tray {}
|
||||
property TrayMenu trayMenu: TrayMenu {}
|
||||
|
|
@ -100,6 +101,13 @@ Singleton {
|
|||
property int verticalPadding: 6
|
||||
}
|
||||
|
||||
component Notifications: QtObject {
|
||||
property int fontSize: 16
|
||||
property int height: 30
|
||||
property int horizontalPadding: 8
|
||||
property int verticalPadding: 6
|
||||
}
|
||||
|
||||
component Workspace: QtObject {
|
||||
property int spacing: 5
|
||||
property int iconSize: 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue