extended depth limit to 20

This commit is contained in:
seangreaves
2023-01-10 19:57:56 +00:00
parent a7b5a7f547
commit 96c834fd3a

View File

@@ -206,7 +206,7 @@
"depth_selector = widgets.BoundedIntText(\n",
" value=1,\n",
" min=1,\n",
" max=5,\n",
" max=20,\n",
" step=1,\n",
" disabled=True\n",
")\n",