chore: clarify move to mounting position in smargon movement
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user