fix qmllint warnings in systemd/machinectl modules and services
This commit is contained in:
parent
545812cf75
commit
db2bcb2e69
6 changed files with 39 additions and 24 deletions
|
|
@ -1,3 +1,5 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import "." as M
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import "." as M
|
||||
|
|
@ -19,6 +21,7 @@ M.BarModule {
|
|||
width: parent.width
|
||||
accentColor: root.accentColor
|
||||
active: root._showPanel
|
||||
onContentResized: root.keepPanelOpen(300)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue