From c486bb9d2c96201ffab6620127977f667f21bf4a Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sat, 18 Feb 2023 01:13:38 +0100 Subject: [PATCH] [plasmoid] Remove unneeded panel icon size handling --- plasmoid/package/contents/ui/CompactRepresentation.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/plasmoid/package/contents/ui/CompactRepresentation.qml b/plasmoid/package/contents/ui/CompactRepresentation.qml index f6df0aaa8..91863a3f8 100644 --- a/plasmoid/package/contents/ui/CompactRepresentation.qml +++ b/plasmoid/package/contents/ui/CompactRepresentation.qml @@ -15,9 +15,6 @@ DropArea { || plasmoid.location == PlasmaCore.Types.BottomEdge || plasmoid.location == PlasmaCore.Types.LeftEdge) - Layout.maximumWidth: inPanel ? units.iconSizeHints.panel : -1 - Layout.maximumHeight: inPanel ? units.iconSizeHints.panel : -1 - onEntered: { if (drag.hasUrls) { plasmoid.expanded = true;