Increase the maximum value of the key height option

This commit is contained in:
Jules Aguillon 2021-12-05 21:00:38 +01:00
parent 0727ea38e9
commit cca832954e

View File

@ -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"