We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933ddc3 commit 6942117Copy full SHA for 6942117
crystal_toolkit/components/phonon.py
@@ -184,20 +184,23 @@ def _sub_layouts(self) -> dict[str, Component]:
184
default=1,
185
is_int=True,
186
label="x",
187
+ min=1,
188
style={"width": "5rem"},
189
),
190
self.get_numerical_input(
191
kwarg_label="scale-y",
192
193
194
label="y",
195
196
197
198
199
kwarg_label="scale-z",
200
201
202
label="z",
203
204
205
206
html.Button(
0 commit comments