summaryrefslogtreecommitdiff
path: root/modules/bar/Bar.qml
diff options
context:
space:
mode:
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