mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Revert enable label
This commit is contained in:
parent
227b225dea
commit
fc03ba58d0
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ CustomFunctionsPanel::CustomFunctionsPanel(QWidget * parent, ModelData * model,
|
|||
|
||||
fswtchEnable[i] = new QCheckBox(this);
|
||||
fswtchEnable[i]->setProperty("index", i);
|
||||
fswtchEnable[i]->setText(tr("Enable"));
|
||||
fswtchEnable[i]->setText(tr("ON"));
|
||||
fswtchEnable[i]->setFixedWidth(200);
|
||||
repeatLayout->addWidget(fswtchEnable[i], i + 1);
|
||||
connect(fswtchEnable[i], SIGNAL(stateChanged(int)), this, SLOT(customFunctionEdited()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue