mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
dict item adds checkbox before label instead of after
This commit is contained in:
parent
8f959eb738
commit
86ed514b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -2360,7 +2360,7 @@ class DictWidget(QtWidgets.QWidget, SettingObject):
|
|||
)
|
||||
item.value_changed.connect(self._on_value_change)
|
||||
|
||||
self.body_widget.add_widget_after_label(item)
|
||||
self.body_widget.add_widget_before_label(item)
|
||||
self.checkbox_widget = item
|
||||
self.input_fields.append(item)
|
||||
return item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue