Skip to content

Commit

Permalink
PulseSettings: Update setting limits for pulse solid renderer
Browse files Browse the repository at this point in the history
Made the pulse visualizer more adjustable.
  • Loading branch information
fauyds authored and NurKeinNeid committed Nov 17, 2024
1 parent 1f0a6c8 commit aac1205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/xml/pulse_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@
android:title="@string/pulse_solid_units_count"
android:defaultValue="32"
android:max="128"
settings:min="16"
settings:interval="16"
settings:min="8"
settings:interval="8"
android:dependency="pulse_2"/>

<org.derpfest.support.preferences.SecureSettingSeekBarPreference
android:key="pulse_solid_fudge_factor"
android:title="@string/pulse_custom_fudge_factor"
android:defaultValue="5"
android:max="7"
android:max="8"
settings:min="2"
android:dependency="pulse_2"/>
</PreferenceCategory>
Expand Down

0 comments on commit aac1205

Please sign in to comment.