Skip to content

Commit f3eb8fa

Browse files
committed
Raise global offset range to [-750, 750]ms
1 parent 1c05afd commit f3eb8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/xml/settings_audio.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<SeekBarPreference
2929
android:defaultValue="0"
3030
android:key="offset"
31-
android:min="-500"
32-
android:max="500"
31+
android:min="-750"
32+
android:max="750"
3333
app:isPreferenceVisible="false"
3434
android:title="@string/opt_offset_title"
3535
android:summary="@string/opt_offset_summary"

0 commit comments

Comments
 (0)