Fix icon size of button

pull/28/head
reionwong 4 years ago
parent caee10699e
commit 3c09940653

@ -159,8 +159,8 @@ ItemPage {
currentIndex: cursorModel.themeIndex(cursorModel.currentTheme) currentIndex: cursorModel.themeIndex(cursorModel.currentTheme)
property int rowCount: _view.width / itemWidth property int rowCount: _view.width / itemWidth
property int itemWidth: 150 property int itemWidth: 128
property int itemHeight: 150 property int itemHeight: 128
function calcExtraSpacing(cellSize, containerSize) { function calcExtraSpacing(cellSize, containerSize) {
var availableColumns = Math.floor(containerSize / cellSize) var availableColumns = Math.floor(containerSize / cellSize)

@ -31,7 +31,7 @@ Item {
property alias text: label.text property alias text: label.text
property bool checked: false property bool checked: false
property var iconSize: 106 property var iconSize: 96
signal clicked signal clicked

Loading…
Cancel
Save