Set max column count to 12

This commit is contained in:
MM20 2023-05-13 18:33:44 +02:00
parent d5880abaf4
commit 674f4e7f9e
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -109,7 +109,7 @@ fun IconsSettingsScreen() {
title = stringResource(R.string.preference_grid_column_count),
value = columnCount,
min = 3,
max = 8,
max = 12,
onValueChanged = {
viewModel.setColumnCount(it)
}