fix: volume-osd popup

This commit is contained in:
kossLAN 2025-10-15 15:47:35 -04:00
parent 29658fa910
commit c48aca3d0c
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
3 changed files with 21 additions and 22 deletions

View file

@ -40,18 +40,20 @@ Variants {
// Left side of bar
RowLayout {
spacing: 15
Layout.fillWidth: true
Layout.fillHeight: true
Layout.alignment: Qt.AlignLeft
Workspaces {
screen: root.screen
Layout.fillHeight: true
Layout.preferredWidth: height
}
ActiveWindow {
id: activeWindow
Layout.preferredWidth: 400
}
// ActiveWindow {
// id: activeWindow
// Layout.preferredWidth: 400
// }
}
// PowerMenu {