mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixed checkbox position
This commit is contained in:
parent
56d931be95
commit
a928664438
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ class BoolAttrWidget(_BaseAttrDefWidget):
|
||||||
self._input_widget = input_widget
|
self._input_widget = input_widget
|
||||||
|
|
||||||
self.main_layout.addWidget(input_widget, 0)
|
self.main_layout.addWidget(input_widget, 0)
|
||||||
|
self.main_layout.addStretch(1)
|
||||||
|
|
||||||
def _on_value_change(self):
|
def _on_value_change(self):
|
||||||
new_value = self._input_widget.isChecked()
|
new_value = self._input_widget.isChecked()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue