Change name of root id to root everywhere
This commit is contained in:
@@ -4,11 +4,10 @@ import Quickshell
|
||||
import qs.Common
|
||||
|
||||
Singleton {
|
||||
id: mediatorRoot
|
||||
id: root
|
||||
|
||||
property var component: null
|
||||
property string type: ""
|
||||
property int x: component? component.implicitWidth : 0
|
||||
property int y: component? (component.implicitHeight + Theme.gaps) : 100
|
||||
|
||||
property int x: component ? component.implicitWidth : 0
|
||||
property int y: component ? (component.implicitHeight + Theme.gaps) : 100
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user