diff --git a/src/Gui/Placement.cpp b/src/Gui/Placement.cpp
index 58bbcb60b3..da94499696 100644
--- a/src/Gui/Placement.cpp
+++ b/src/Gui/Placement.cpp
@@ -87,7 +87,6 @@ Placement::Placement(QWidget* parent, Qt::WindowFlags fl)
propertyName = "Placement"; // default name
ui = new Ui_PlacementComp(this);
- ui->applyPlacementChange->hide();
ui->xPos->setUnit(Base::Unit::Length);
ui->yPos->setUnit(Base::Unit::Length);
diff --git a/src/Gui/Placement.ui b/src/Gui/Placement.ui
index d704fd1854..809817d20a 100644
--- a/src/Gui/Placement.ui
+++ b/src/Gui/Placement.ui
@@ -7,7 +7,7 @@
0
0
277
- 427
+ 400
@@ -361,16 +361,6 @@
-
-
-
- Apply placement changes immediately
-
-
- true
-
-
-
- -
-
@@ -407,7 +397,7 @@
- -
+
-
-
@@ -461,7 +451,6 @@
rotationInput
direction
- applyPlacementChange
applyIncrementalPlacement
oKButton
applyButton
diff --git a/src/Gui/Transform.cpp b/src/Gui/Transform.cpp
index 70449afb85..cdbcea03f5 100644
--- a/src/Gui/Transform.cpp
+++ b/src/Gui/Transform.cpp
@@ -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"));