diff --git a/containments/homescreen/package/contents/ui/launcher/LauncherContainer.qml b/containments/homescreen/package/contents/ui/launcher/LauncherContainer.qml index 532cdf94..3a9bf0ca 100644 --- a/containments/homescreen/package/contents/ui/launcher/LauncherContainer.qml +++ b/containments/homescreen/package/contents/ui/launcher/LauncherContainer.qml @@ -59,19 +59,13 @@ Item { Controls.Control { id: frame anchors.centerIn: parent - implicitWidth: contentItem.implicitWidth + frameSvg.margins.top + frameSvg.margins.bottom - implicitHeight: contentItem.implicitHeight + frameSvg.margins.top + frameSvg.margins.bottom + implicitWidth: contentItem.implicitWidth + implicitHeight: contentItem.implicitHeight - leftPadding: frameSvg.margins.left - topPadding: frameSvg.margins.top - rightPadding: frameSvg.margins.right - bottomPadding: frameSvg.margins.bottom - - background: PlasmaCore.FrameSvgItem { - id: frameSvg - //imagePath: "widgets/background" - anchors.fill: parent - } + leftPadding: 0 + topPadding: 0 + rightPadding: 0 + bottomPadding: 0 // With a mousearea, it will be possible to drag with touch also on empty places contentItem: MouseArea {