Change name of root id to root everywhere
This commit is contained in:
@@ -11,7 +11,7 @@ import qs.Common.Styled
|
||||
import qs.Services
|
||||
|
||||
WrapperMouseArea {
|
||||
id: workspacesWidget
|
||||
id: root
|
||||
|
||||
property var monitor: "black"
|
||||
|
||||
@@ -31,7 +31,7 @@ WrapperMouseArea {
|
||||
|
||||
RowLayout {
|
||||
|
||||
property var monitor: workspacesWidget.monitor
|
||||
property var monitor: root.monitor
|
||||
|
||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user