From d4e250f25c67ba13d168a9568edc779b0a1042d3 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 6 Feb 2020 16:59:52 +0100 Subject: [PATCH] clean --- .../contents/ui/launcher/LauncherContainer.qml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) 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 {