Move LockScreen, change sizing
This commit is contained in:
parent
71433c7807
commit
8d6d57fae2
3 changed files with 38 additions and 33 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import QtQuick
|
||||
import Quickshell.Io
|
||||
import qs.Modules.Lockscreen
|
||||
import qs.Modules.LockScreen
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
|
@ -49,8 +49,8 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
// Lockscreen instance
|
||||
Lockscreen {
|
||||
id: lockScreen
|
||||
// LockScreen instance
|
||||
LockScreen {
|
||||
id: lockScreen
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue