diff --git a/containments/homescreens/halcyon/package/contents/ui/FavoritesView.qml b/containments/homescreens/halcyon/package/contents/ui/FavoritesView.qml index c70a0c77..2758326b 100644 --- a/containments/homescreens/halcyon/package/contents/ui/FavoritesView.qml +++ b/containments/homescreens/halcyon/package/contents/ui/FavoritesView.qml @@ -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