[plasmoid] Remove unneeded panel icon size handling
This commit is contained in:
parent
4523ba5882
commit
c486bb9d2c
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue