Start of settings window
This commit is contained in:
@@ -8,6 +8,7 @@ import qs.Modules.Notifications.Sidebar.Utils as Utils
|
||||
import qs.Modules.Dashboard as Dashboard
|
||||
import qs.Modules.Osd as Osd
|
||||
import qs.Modules.Launcher as Launcher
|
||||
import qs.Modules.Settings as Settings
|
||||
|
||||
Shape {
|
||||
id: root
|
||||
@@ -77,4 +78,13 @@ Shape {
|
||||
startX: root.width
|
||||
startY: root.panels.notifications.height
|
||||
}
|
||||
|
||||
Settings.Background {
|
||||
id: settings
|
||||
|
||||
wrapper: root.panels.settings
|
||||
|
||||
startX: ( root.width - wrapper.width ) / 2 - rounding
|
||||
startY: 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user