mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-05 06:10:14 +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,
|
name = setting.title,
|
||||||
key = setting.key,
|
key = setting.key,
|
||||||
default = Defaults.PREF_KEYBOARD_HEIGHT_SCALE,
|
default = Defaults.PREF_KEYBOARD_HEIGHT_SCALE,
|
||||||
range = 0.5f..1.5f,
|
range = 0.3f..1.5f,
|
||||||
description = { "${(100 * it).toInt()}%" }
|
description = { "${(100 * it).toInt()}%" }
|
||||||
) { KeyboardSwitcher.getInstance().setThemeNeedsReload() }
|
) { KeyboardSwitcher.getInstance().setThemeNeedsReload() }
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue