Skip to content

Commit

Permalink
Merge pull request #29 from markotoplak/increase-def-prev
Browse files Browse the repository at this point in the history
Increase the default number of preview pixels
  • Loading branch information
markotoplak authored Oct 4, 2024
2 parents bf55983 + 06cc7e0 commit fae1157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/snom/widgets/owpreprocessimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class OWPreprocessImage(SpectralImagePreprocessReference):
settingsHandler = DomainContextHandler()

_max_preview_spectra = 1000000
preview_curves = Setting(10000)
preview_curves = Setting(100000)

editor_registry = preprocess_image_editors
BUTTON_ADD_LABEL = "Add preprocessor..."
Expand Down

0 comments on commit fae1157

Please sign in to comment.