Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Oct 27, 2023
1 parent e319cdb commit 8422f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/qgistim/widgets/compute_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(self, parent=None):
self.contour_min_box.setMinimum(-1000.0)
self.contour_min_box.setMaximum(1000.0)
self.contour_step_box.setSingleStep(0.1)

# Set default values
self.reset()

Expand Down

0 comments on commit 8422f79

Please sign in to comment.