From a9a62809055781b6ae1323f34ed26d5c2dc73f7e Mon Sep 17 00:00:00 2001 From: Andres Ortega-Guerrero <34098967+AndresOrtegaGuerrero@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:52:33 +0100 Subject: [PATCH] incrase tag boundinttext (#1106) --- src/aiidalab_qe/common/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aiidalab_qe/common/widgets.py b/src/aiidalab_qe/common/widgets.py index bb2273131..7ecd33dd3 100644 --- a/src/aiidalab_qe/common/widgets.py +++ b/src/aiidalab_qe/common/widgets.py @@ -468,7 +468,7 @@ def __init__(self, title="", **kwargs): self.from_selection = ipw.Button(description="From selection") self.from_selection.on_click(self._from_selection) self.tag = ipw.BoundedIntText( - description="Tag", value=1, min=0, max=4, layout={"width": "initial"} + description="Tag", value=1, min=0, max=11, layout={"width": "initial"} ) self.add_tags = ipw.Button( description="Update tags",