decrease minimum height scale to 30%

resolves GH-1647
This commit is contained in:
Helium314 2025-05-31 20:46:32 +02:00
parent e01714bbee
commit 8a55f57ccf

View file

@ -225,7 +225,7 @@ fun createAppearanceSettings(context: Context) = listOf(
name = setting.title,
key = setting.key,
default = Defaults.PREF_KEYBOARD_HEIGHT_SCALE,
range = 0.5f..1.5f,
range = 0.3f..1.5f,
description = { "${(100 * it).toInt()}%" }
) { KeyboardSwitcher.getInstance().setThemeNeedsReload() }
},