diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 40c70f7..095be8c 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -7,11 +7,9 @@ Scope { PanelWindow { id: root - anchors { - top: true - left: true - right: true - } + anchors.top: true + anchors.left: true + anchors.right: true implicitHeight: Dimensions.bar.height color: 'transparent'