From ab5587fd90f93c167281e784b3d73820ea5851f8 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 3 Mar 2026 05:46:05 +0530 Subject: [PATCH] feat: adjust rectangle anchors and radius --- Bar.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bar.qml b/Bar.qml index b23d363..ae6938a 100644 --- a/Bar.qml +++ b/Bar.qml @@ -23,11 +23,12 @@ Scope { top: true } - implicitHeight: 40 + implicitHeight: 50 implicitWidth: 1150 Rectangle { anchors.fill: parent + anchors.topMargin: 10 radius: Appearance.radius color: Appearance.colors.background