bar: fix anchor error
Forgot to remove
This commit is contained in:
parent
2fd1e90d57
commit
db65e7ca3e
1 changed files with 0 additions and 5 deletions
|
|
@ -63,11 +63,6 @@ Item {
|
||||||
Tray {
|
Tray {
|
||||||
vertical: BarConfig.vertical
|
vertical: BarConfig.vertical
|
||||||
|
|
||||||
anchors.left: root.get(clock.right, undefined)
|
|
||||||
anchors.leftMargin: root.get(Appearance.padding.large, 0)
|
|
||||||
anchors.top: root.get(undefined, clock.bottom)
|
|
||||||
anchors.topMargin: root.get(0, Appearance.padding.large)
|
|
||||||
|
|
||||||
anchors.horizontalCenter: root.get(undefined, parent.horizontalCenter)
|
anchors.horizontalCenter: root.get(undefined, parent.horizontalCenter)
|
||||||
anchors.verticalCenter: root.get(parent.verticalCenter, undefined)
|
anchors.verticalCenter: root.get(parent.verticalCenter, undefined)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue