Skip to content

Commit

Permalink
Slider Increments
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed Sep 4, 2022
1 parent 68500f0 commit 48c2fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UI/Views/SplitViews/MultiDl.bsml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</horizontal>
<text text='Download a certain amount of songs at once that match your critera, starting from your scroll location in the list' word-wrapping='true'/>
<horizontal>
<slider-setting min='5' max='100' text='Amount' integer-only='true' id='multiDlCountSlider' show-buttons='true'/>
<slider-setting min='5' max='100' increment='1' text='Amount' integer-only='true' id='multiDlCountSlider' show-buttons='true'/>
</horizontal>
<text font-size='3' font-color='#CCC' text='Want to download even more? You can create a Playlist and download that in the background with Playlistmanager!' word-wrapping='true'/>
<horizontal pad-top='4'>
Expand Down
2 changes: 1 addition & 1 deletion UI/Views/SplitViews/PlaylistCreation.bsml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string-setting text='Playlist Name' id='playlistName'/>
<toggle-setting text='Clear if already exists' value='clearExisting' apply-on-change='true'/>
<toggle-setting text='Highlight matching difficulties' value='hightlightDiffs' apply-on-change='true'/>
<slider-setting min='20' max='3000' text='Amount of Songs' integer-only='true' id='playlistSongsCountSlider' show-buttons='true'/>
<slider-setting min='20' max='3000' increment='20' text='Amount of Songs' integer-only='true' id='playlistSongsCountSlider' show-buttons='true'/>
</vertical>
<horizontal pad-top='4'>
<primary-button text='Create' on-click='CreatePlaylist'/>
Expand Down

0 comments on commit 48c2fa0

Please sign in to comment.