diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js index 186b0ac..3c3a14a 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -7888,7 +7888,7 @@ var SpectrogramUpload = function (_Component) { }), (0, _preact.h)(_common.Slider, { name: 'max frame count', - min: 10, max: 10000, type: 'int', + min: 10, max: 500, type: 'int', value: this.state.max, onChange: function onChange(max) { return _this5.setState({ max: max }); @@ -7896,7 +7896,7 @@ var SpectrogramUpload = function (_Component) { }), (0, _preact.h)(_common.Slider, { name: 'frame step', - min: 10, max: 10000, type: 'int', + min: 10, max: 20000, type: 'int', value: this.state.frame_step, onChange: function onChange(frame_step) { return _this5.setState({ frame_step: frame_step }); |
