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

well it is availiable

parent 9773262b
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ def sample_information_interface(): ...@@ -64,7 +64,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=height, width=width) layout=Layout(height=height, width=width)
) )
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment