Skip to content
Snippets Groups Projects
Commit 86df0bc8 authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

pushed to the release branch (5mm pn- diode)

parent 9638ca8e
Branches
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ def sample_information_interface(): ...@@ -60,7 +60,7 @@ def sample_information_interface():
information_grid[i,j]=widgets.BoundedFloatText( information_grid[i,j]=widgets.BoundedFloatText(
value=50, value=50,
min=1, min=1,
max=200,step=1, max=5000,step=1,
layout=Layout(height='auto', width='auto') layout=Layout(height='auto', width='auto')
) )
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment