homescreens/halcyon: Fix favorite delegate height

It was changed originally to address PlasmaCore.Units.gridUnit having a different value in KF6 master, but it seems it was a bug and was fixed.
This commit is contained in:
Devin Lin 2023-05-12 18:59:36 -04:00
parent 8fab031e84
commit 75bf58bfb2

View file

@ -30,7 +30,7 @@ Item {
readonly property real leftMargin: Math.round(width * 0.1)
readonly property real rightMargin: Math.round(width * 0.1)
readonly property real delegateHeight: Math.round(PlasmaCore.Units.gridUnit * 3.25)
readonly property real delegateHeight: Math.round(PlasmaCore.Units.gridUnit * 3)
property bool folderShown: false