summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-12-14 14:47:06 +0100
committerThomas <tschneider.ac@gmail.com>2023-12-14 14:47:06 +0100
commitf5bfb3e250f2161772e268a229d534932a8f188b (patch)
tree76a832cbc26d83c9fe7aa12c113f6779a076ea71
parentcfad7131d2c5ef61f26b4d2146c76c5d95dd3942 (diff)
Allow indentation of thread up to 40
-rw-r--r--app/src/main/res/xml/pref_timelines.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/pref_timelines.xml b/app/src/main/res/xml/pref_timelines.xml
index 6c5fc27bd..3335f68d0 100644
--- a/app/src/main/res/xml/pref_timelines.xml
+++ b/app/src/main/res/xml/pref_timelines.xml
@@ -162,7 +162,7 @@
<androidx.preference.SeekBarPreference
android:defaultValue="5"
- android:max="20"
+ android:max="40"
app:iconSpaceReserved="false"
app:key="@string/SET_MAX_INDENTATION"
app:showSeekBarValue="true"