fix: bar layout issues

This commit is contained in:
kossLAN 2025-07-09 15:15:00 -04:00
parent 1f2de51ad5
commit e359e006c7
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -57,11 +57,6 @@ PanelWindow {
id: activeWindow id: activeWindow
Layout.preferredWidth: 400 Layout.preferredWidth: 400
} }
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}
} }
// Right side of bar // Right side of bar
@ -69,11 +64,7 @@ PanelWindow {
spacing: 5 spacing: 5
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true
Layout.alignment: Qt.AlignRight
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}
SysTray.SysTray { SysTray.SysTray {
id: sysTray id: sysTray