From f7b0e4665b223d86045110ff3d4704c1a7760a4d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:01:48 +1000 Subject: format: conform to qml coding conventions --- modules/bar/Bar.qml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'modules/bar/Bar.qml') 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 -- cgit v1.2.3-freya