diff --git a/src/qml/Cursor/Main.qml b/src/qml/Cursor/Main.qml index 15b6252..bd9dfb0 100644 --- a/src/qml/Cursor/Main.qml +++ b/src/qml/Cursor/Main.qml @@ -159,8 +159,8 @@ ItemPage { currentIndex: cursorModel.themeIndex(cursorModel.currentTheme) property int rowCount: _view.width / itemWidth - property int itemWidth: 150 - property int itemHeight: 150 + property int itemWidth: 128 + property int itemHeight: 128 function calcExtraSpacing(cellSize, containerSize) { var availableColumns = Math.floor(containerSize / cellSize) diff --git a/src/qml/IconCheckBox.qml b/src/qml/IconCheckBox.qml index f5df46a..436eaa9 100644 --- a/src/qml/IconCheckBox.qml +++ b/src/qml/IconCheckBox.qml @@ -31,7 +31,7 @@ Item { property alias text: label.text property bool checked: false - property var iconSize: 106 + property var iconSize: 96 signal clicked