mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-03 13:20:31 +00:00
decrease minimum height scale to 30%
resolves GH-1647
This commit is contained in:
parent
e01714bbee
commit
8a55f57ccf
1 changed files with 1 additions and 1 deletions
|
@ -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() }
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue