update blobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user