diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-29 23:46:01 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-29 23:46:01 +1000 |
| commit | db65e7ca3e7b30b3f20a505b1a534f00204c983e (patch) | |
| tree | dcafd209c0e83ac3a7fd50b2c162772e4180afb7 /modules | |
| parent | bar: fix activewindow (diff) | |
| download | caelestia-shell-db65e7ca3e7b30b3f20a505b1a534f00204c983e.tar.gz caelestia-shell-db65e7ca3e7b30b3f20a505b1a534f00204c983e.tar.bz2 caelestia-shell-db65e7ca3e7b30b3f20a505b1a534f00204c983e.zip | |
bar: fix anchor error
Forgot to remove
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/bar/Pills.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/bar/Pills.qml b/modules/bar/Pills.qml index 8a329b9..0bbf620 100644 --- a/modules/bar/Pills.qml +++ b/modules/bar/Pills.qml @@ -63,11 +63,6 @@ Item { Tray { 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.verticalCenter: root.get(parent.verticalCenter, undefined) } |