mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
fix: bar layout issues
This commit is contained in:
parent
1f2de51ad5
commit
e359e006c7
1 changed files with 1 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue