removed unused variable

This commit is contained in:
iLLiCiTiT 2021-11-18 19:29:26 +01:00
parent cb26d111b9
commit b89a87fa01

View file

@ -326,9 +326,6 @@ class DictImmutableKeysWidget(BaseWidget):
class BoolWidget(InputWidget):
def _add_inputs_to_layout(self):
checkbox_height = self.style().pixelMetric(
QtWidgets.QStyle.PM_IndicatorHeight
)
self.input_field = SettingsNiceCheckbox(parent=self.content_widget)
self.content_layout.addWidget(self.input_field, 0)