update blobs

This commit is contained in:
2026-05-19 04:32:52 +02:00
parent 550630feaa
commit 76e55b01e4
3 changed files with 54 additions and 6 deletions
+4
View File
@@ -239,6 +239,8 @@ Variants {
property real extraHeight: panels.popouts.isDetached ? 0 : 0.2
deformAmount: panels.popouts.isDetached ? 0.05 * Config.appearance.deform.scale : panels.popouts.hasCurrent ? 0.15 * Config.appearance.deform.scale : 0.1 * Config.appearance.deform.scale
targetHeight: panels.popouts.height * (1 + extraHeight)
targetWidth: panels.popouts.width
implicitHeight: panels.popouts.height * (1 + extraHeight)
implicitWidth: panels.popouts.width
panel: panels.popouts
@@ -380,6 +382,8 @@ Variants {
property real deformAmount: 0.15
required property Item panel
targetHeight: panel.height
targetWidth: panel.width
deformScale: deformAmount / 10000
group: blobGroup
implicitHeight: panel.height