Disabled lines spacing customization option
This commit is contained in:
parent
f5ee173453
commit
5c5a10262f
@ -469,15 +469,16 @@ private fun Appearance(settingsViewModel: SettingsViewModel) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
SettingDropDown(
|
// TODO Uncomment this once UI/UX has been implemented properly
|
||||||
title = "Lists spacing",
|
// SettingDropDown(
|
||||||
subtitle = "Spacing around lists items",
|
// title = "Lists spacing (Beta)",
|
||||||
dropDownOptions = linesHeightTypesList,
|
// subtitle = "Spacing around lists items",
|
||||||
currentOption = linesHeightTypesList.first { it.value == currentLinesHeightType },
|
// dropDownOptions = linesHeightTypesList,
|
||||||
onOptionSelected = { dropDown ->
|
// currentOption = linesHeightTypesList.first { it.value == currentLinesHeightType },
|
||||||
settingsViewModel.linesHeightType = dropDown.value
|
// onOptionSelected = { dropDown ->
|
||||||
}
|
// settingsViewModel.linesHeightType = dropDown.value
|
||||||
)
|
// }
|
||||||
|
// )
|
||||||
|
|
||||||
val density = LocalDensity.current.density
|
val density = LocalDensity.current.density
|
||||||
var options by remember {
|
var options by remember {
|
||||||
|
Loading…
Reference in New Issue
Block a user