mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
fix: volume-osd popup
This commit is contained in:
parent
29658fa910
commit
c48aca3d0c
3 changed files with 21 additions and 22 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue