homescreens/halcyon: Fix favourite delegate sizing

This commit is contained in:
Devin Lin 2023-09-26 21:20:29 -07:00
parent 27e63a167d
commit f84715ec4c

View file

@ -28,7 +28,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(Kirigami.Units.gridUnit * 3.5)
readonly property real delegateHeight: Math.round(Kirigami.Units.gridUnit * 3)
property bool folderShown: false