2
0
forked from Ivasoft/DSView

update: decoder options title

This commit is contained in:
dreamsourcelabTAI
2022-06-10 10:23:30 +08:00
parent 18320d7987
commit d12593fe8a

View File

@@ -83,10 +83,7 @@ void DecoderOptionsDlg::load_options(view::DecodeTrace *trace, bool isNew)
form->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
dlg->layout()->addLayout(form);
if (isNew)
dlg->setTitle(tr("New Decoder"));
else
dlg->setTitle(tr("Decoder Options"));
dlg->setTitle(tr("Decoder Options"));
//scroll pannel
QWidget *scroll_pannel = new QWidget();