diff --git a/modules/drawers/ContentWindow.qml b/modules/drawers/ContentWindow.qml index f914be2d..113a3fea 100644 --- a/modules/drawers/ContentWindow.qml +++ b/modules/drawers/ContentWindow.qml @@ -289,7 +289,7 @@ StyledWindow { required property Item panel property real deformAmount: 0.15 - group: panel.width > 0 && panel.height > 0 ? blobGroup : null + group: blobGroup x: panel.x + bar.implicitWidth y: panel.y + root.borderThickness implicitWidth: panel.width