mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
the spacer fills height
This commit is contained in:
parent
4500b17a92
commit
62aec0c07e
1 changed files with 1 additions and 2 deletions
|
|
@ -136,8 +136,7 @@ MouseEventListener {
|
||||||
Item {
|
Item {
|
||||||
id: spacer
|
id: spacer
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.minimumHeight: 0
|
Layout.fillHeight: true
|
||||||
Layout.maximumHeight: Layout.minimumHeight
|
|
||||||
}
|
}
|
||||||
PlasmaCore.ColorScope {
|
PlasmaCore.ColorScope {
|
||||||
id: colorScope
|
id: colorScope
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue