Skip to content

Commit

Permalink
incrase tag boundinttext (#1106)
Browse files Browse the repository at this point in the history
AndresOrtegaGuerrero authored Jan 22, 2025

Verified

This commit was signed with the committer’s verified signature.
kraj Khem Raj
1 parent dd54da6 commit a9a6280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/common/widgets.py
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit a9a6280

Please sign in to comment.