From 653f5814b3d0883658723916601e8b744613ad19 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 20 Jul 2025 23:45:23 -0400 Subject: [PATCH] cleaner --- modules/bar/Bar.qml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 40c70f7..095be8c 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -7,11 +7,9 @@ Scope { PanelWindow { id: root - anchors { - top: true - left: true - right: true - } + anchors.top: true + anchors.left: true + anchors.right: true implicitHeight: Dimensions.bar.height color: 'transparent'