From e359e006c7dec002ec8d25b033196d21a5348411 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Wed, 9 Jul 2025 15:15:00 -0400 Subject: [PATCH] fix: bar layout issues --- shell/bar/Bar.qml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/shell/bar/Bar.qml b/shell/bar/Bar.qml index 99e6cc6..7116975 100644 --- a/shell/bar/Bar.qml +++ b/shell/bar/Bar.qml @@ -57,11 +57,6 @@ PanelWindow { id: activeWindow Layout.preferredWidth: 400 } - - Item { - Layout.fillWidth: true - Layout.fillHeight: true - } } // Right side of bar @@ -69,11 +64,7 @@ PanelWindow { spacing: 5 Layout.fillWidth: true Layout.fillHeight: true - - Item { - Layout.fillWidth: true - Layout.fillHeight: true - } + Layout.alignment: Qt.AlignRight SysTray.SysTray { id: sysTray