mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed unused variable
This commit is contained in:
parent
cb26d111b9
commit
b89a87fa01
1 changed files with 0 additions and 3 deletions
|
|
@ -326,9 +326,6 @@ class DictImmutableKeysWidget(BaseWidget):
|
||||||
|
|
||||||
class BoolWidget(InputWidget):
|
class BoolWidget(InputWidget):
|
||||||
def _add_inputs_to_layout(self):
|
def _add_inputs_to_layout(self):
|
||||||
checkbox_height = self.style().pixelMetric(
|
|
||||||
QtWidgets.QStyle.PM_IndicatorHeight
|
|
||||||
)
|
|
||||||
self.input_field = SettingsNiceCheckbox(parent=self.content_widget)
|
self.input_field = SettingsNiceCheckbox(parent=self.content_widget)
|
||||||
|
|
||||||
self.content_layout.addWidget(self.input_field, 0)
|
self.content_layout.addWidget(self.input_field, 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue