Add example of restricted spinner value
This commit is contained in:
parent
ac59ee2f86
commit
d7c94d9d61
@ -75,7 +75,7 @@ def create():
|
||||
threshold_spinner = Spinner(title="Threshold", value=None)
|
||||
|
||||
# ---- shell
|
||||
shell_spinner = Spinner(title="Shell", value=None)
|
||||
shell_spinner = Spinner(title="Shell", value=None, low=0)
|
||||
|
||||
# ---- steepness
|
||||
steepness_spinner = Spinner(title="Steepness", value=None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user