mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
if there is a switchheight use as minimumnheight
try harder to have applets expanded
This commit is contained in:
parent
fc52ae95d4
commit
151bdc6d15
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ Item {
|
|||
opacity: 1 - Math.abs(x/(width/2))
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: applet && applet.Layout.fillHeight
|
||||
Layout.minimumHeight: applet && applet.switchHeight ? applet.switchHeight : 0
|
||||
|
||||
Connections {
|
||||
target: plasmoid
|
||||
|
|
|
|||
Loading…
Reference in a new issue