diff --git a/src/qml/Wallpaper/Main.qml b/src/qml/Wallpaper/Main.qml index a8cd09a..ce53695 100644 --- a/src/qml/Wallpaper/Main.qml +++ b/src/qml/Wallpaper/Main.qml @@ -90,8 +90,8 @@ ItemPage { cellHeight: itemHeight cellWidth: calcExtraSpacing(itemWidth, _view.width) + itemWidth - property int itemWidth: 250 - property int itemHeight: 170 + property int itemWidth: 180 + property int itemHeight: 127 delegate: Item { id: item