Set max column count to 12
This commit is contained in:
parent
d5880abaf4
commit
674f4e7f9e
@ -109,7 +109,7 @@ fun IconsSettingsScreen() {
|
|||||||
title = stringResource(R.string.preference_grid_column_count),
|
title = stringResource(R.string.preference_grid_column_count),
|
||||||
value = columnCount,
|
value = columnCount,
|
||||||
min = 3,
|
min = 3,
|
||||||
max = 8,
|
max = 12,
|
||||||
onValueChanged = {
|
onValueChanged = {
|
||||||
viewModel.setColumnCount(it)
|
viewModel.setColumnCount(it)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user