abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2021-12-05 21:00:38 +0100
committerJules Aguillon2021-12-05 21:00:38 +0100
commitcca832954e36365f4b6e170c7a589b87da6bece9 (patch)
tree48a4054129516f295e3702cdab3f8f47e4a09426
parent0727ea38e9d4e964d19d32c13fae1a2b23015bca (diff)
downloadunexpected-keyboard-cca832954e36365f4b6e170c7a589b87da6bece9.tar.gz
unexpected-keyboard-cca832954e36365f4b6e170c7a589b87da6bece9.zip
Increase the maximum value of the key height option
-rw-r--r--res/xml/settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 2366d4e..a581896 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -80,7 +80,7 @@
android:summary="@string/pref_key_height_summary"
android:defaultValue="50"
min="30"
- max="60"
+ max="90"
/>
<juloo.common.IntSlideBarPreference
android:key="horizontal_margin"