diff --git a/containments/homescreens/folio/package/contents/ui/FavouritesBar.qml b/containments/homescreens/folio/package/contents/ui/FavouritesBar.qml index 86dbc799..939646e0 100644 --- a/containments/homescreens/folio/package/contents/ui/FavouritesBar.qml +++ b/containments/homescreens/folio/package/contents/ui/FavouritesBar.qml @@ -79,7 +79,13 @@ MouseArea { Component { id: placeholderComponent - Item {} + // square that shows when hovering over a spot to drop a delegate on (ghost entry) + PlaceholderDelegate { + id: dragDropFeedback + folio: root.folio + width: folio.HomeScreenState.pageCellWidth + height: folio.HomeScreenState.pageCellHeight + } } Component {