abouttreesummaryrefslogcommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 2bc4299..8256e17 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -57,7 +57,7 @@
android:summary="@string/pref_margin_bottom_summary"
android:defaultValue="5"
min="0"
- max="50"
+ max="100"
/>
<juloo.common.IntSlideBarPreference
android:key="key_height"
@@ -65,7 +65,7 @@
android:summary="@string/pref_key_height_summary"
android:defaultValue="50"
min="30"
- max="70"
+ max="60"
/>
<juloo.common.IntSlideBarPreference
android:key="horizontal_margin"
@@ -73,7 +73,7 @@
android:summary="@string/pref_horizontal_margin_summary"
android:defaultValue="3"
min="0"
- max="15"
+ max="20"
/>
</PreferenceCategory>
</PreferenceScreen>