summaryrefslogtreecommitdiff
path: root/modules/bar/Bar.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 11:01:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 11:01:48 +1000
commitf7b0e4665b223d86045110ff3d4704c1a7760a4d (patch)
tree5e71541184bf7b736b99d689e4920dda44eeefd8 /modules/bar/Bar.qml
parentfeat: anims + box padding (diff)
downloadcaelestia-shell-f7b0e4665b223d86045110ff3d4704c1a7760a4d.tar.gz
caelestia-shell-f7b0e4665b223d86045110ff3d4704c1a7760a4d.tar.bz2
caelestia-shell-f7b0e4665b223d86045110ff3d4704c1a7760a4d.zip
format: conform to qml coding conventions
Diffstat (limited to 'modules/bar/Bar.qml')
-rw-r--r--modules/bar/Bar.qml11
1 files changed, 4 insertions, 7 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml
index 6e18f50..4015003 100644
--- a/modules/bar/Bar.qml
+++ b/modules/bar/Bar.qml
@@ -15,15 +15,12 @@ Variants {
screen: modelData
namespace: "caelestia-bar"
- // color: Appearance.alpha(Appearance.colours.base, false)
color: "transparent"
- anchors {
- top: true
- left: true
- right: !vertical
- bottom: vertical
- }
+ anchors.top: true
+ anchors.left: true
+ anchors.right: !vertical
+ anchors.bottom: vertical
width: contents.implicitWidth
height: contents.implicitHeight