chore: clarify move to mounting position in smargon movement

This commit is contained in:
2026-08-17 16:54:19 +02:00
parent cb5837d90f
commit adcc63d45c
+1 -1
View File
@@ -83,7 +83,7 @@ class SmargonPanel(QWidget):
# Own row: sharing row 1 squeezed the Chi/Phi entry boxes.
grid_layout.addWidget(self.move_group.button, 2, 0, 1, 7)
self.home_button = QPushButton("Move home", parent=self)
self.home_button = QPushButton("Move to mounting position", parent=self)
grid_layout.addWidget(self.home_button, 3, 0, 1, 7)
self.home_button.clicked.connect(self.home)