Fix layout in TaskDatumParameters dialog.

This commit is contained in:
Mateusz Skowroński
2016-05-07 15:10:12 +02:00
committed by wmayer
parent 77f667fcde
commit 58daa046f1
2 changed files with 116 additions and 82 deletions

View File

@@ -331,7 +331,7 @@ bool TaskDatumParameters::updatePreview()
}
}
QString splmLabelText = attached ? tr("Extra placement:") : tr("Extra placement (inactive - not attached):");
ui->label_superplacement->setText(splmLabelText);
ui->groupBox_superplacement->setTitle(splmLabelText);
return attached;
}