remove the label attribute from the checkboxes

This commit is contained in:
Jakob Ketterl
2021-02-22 00:57:02 +01:00
parent 770fd749cd
commit 9beb3b9168
9 changed files with 16 additions and 27 deletions

View File

@@ -87,8 +87,7 @@ class ConnectorDeviceDescription(SdrDeviceDescription):
),
CheckboxInput(
"iqswap",
"",
checkboxText="Swap I and Q channels",
"Swap I and Q channels",
infotext="Swapping inverts the spectrum, so this is useful in combination with an inverting mixer",
converter=OptionalConverter(defaultFormValue=False),
),