mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-25 17:27:18 +00:00
Size limits step in 30MB increments.
This commit is contained in:
parent
8bb4b06d28
commit
d2e771c9f0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ define(['marionette', 'Mixins/AsModelBoundView', 'jquery.knob'], function (Mario
|
||||||
this.ui.knob.knob({
|
this.ui.knob.knob({
|
||||||
min : 0,
|
min : 0,
|
||||||
max : 200,
|
max : 200,
|
||||||
step : 5,
|
step : 1,
|
||||||
cursor : 25,
|
cursor : 25,
|
||||||
width : 150,
|
width : 150,
|
||||||
stopper : true,
|
stopper : true,
|
||||||
|
|
Loading…
Reference in a new issue