mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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))
|
opacity: 1 - Math.abs(x/(width/2))
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: applet && applet.Layout.fillHeight
|
Layout.fillHeight: applet && applet.Layout.fillHeight
|
||||||
|
Layout.minimumHeight: applet && applet.switchHeight ? applet.switchHeight : 0
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: plasmoid
|
target: plasmoid
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue