From b98c7ec2249639dcbcc6e4a711688550e9da9823 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 12 Apr 2021 15:38:11 +0200 Subject: [PATCH] remove dead code --- containments/homescreen/package/contents/ui/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index eea850bb..30a6b761 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -102,7 +102,7 @@ FocusScope { anchors { fill: parent topMargin: plasmoid.availableScreenRect.y - bottomMargin: /*favoriteStrip.height + */plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y + bottomMargin: plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y } //TODO: favorite strip disappearing with everything else @@ -125,7 +125,7 @@ FocusScope { anchors.fill: parent topPadding: plasmoid.availableScreenRect.y - bottomPadding: /*favoriteStrip.height +*/ plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y + bottomPadding: plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y closedPositionOffset: favoriteStrip.height }