remove unused checkbox from Placement dialog

This commit is contained in:
wmayer
2018-10-13 01:51:05 +02:00
parent c4a05ee604
commit 3fbc448d4d
3 changed files with 2 additions and 15 deletions

View File

@@ -284,7 +284,6 @@ Transform::Transform(QWidget* parent, Qt::WindowFlags fl)
{
ui = new Ui_TransformComp(this);
ui->resetButton->hide();
ui->applyPlacementChange->hide();
ui->applyIncrementalPlacement->hide();
ui->closeButton->setText(tr("Cancel"));