mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Hiero: hound fix
This commit is contained in:
parent
c5ab3e5ebb
commit
3dc41d283b
1 changed files with 2 additions and 1 deletions
|
|
@ -266,7 +266,8 @@ class CreatorWidget(QtWidgets.QDialog):
|
|||
elif v["type"] == "QSpinBox":
|
||||
data[k]["value"] = self.create_row(
|
||||
content_layout, "QSpinBox", v["label"],
|
||||
setValue=v["value"], setMinimum=1, setMaximum=100000, setToolTip=tool_tip)
|
||||
setValue=v["value"], setMinimum=1,
|
||||
setMaximum=100000, setToolTip=tool_tip)
|
||||
return data
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue