diff --git a/src/effects/desktopgrid/qml/main.qml b/src/effects/desktopgrid/qml/main.qml index 3e1bc7c147..8d4992b48d 100644 --- a/src/effects/desktopgrid/qml/main.qml +++ b/src/effects/desktopgrid/qml/main.qml @@ -188,8 +188,8 @@ Rectangle { width: parent.width * columns height: parent.height * rows - rowSpacing: PlasmaCore.Units.largeSpacing - columnSpacing: PlasmaCore.Units.largeSpacing + rowSpacing: PlasmaCore.Units.gridUnit + columnSpacing: PlasmaCore.Units.gridUnit rows: container.effect.gridRows columns: container.effect.gridColumns transformOrigin: Item.TopLeft