forked from Ivasoft/DSView
update: decoder options title
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user