Hiero: hound fix

This commit is contained in:
Jakub Jezek 2021-03-30 16:00:47 +02:00
parent c5ab3e5ebb
commit 3dc41d283b
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -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