GUI: changed feeling luckly button to x-ray centering
This commit is contained in:
@@ -127,7 +127,7 @@ class RasterDataCollectionPanel(ScanSettingsPanel):
|
||||
self.start_button.clicked.connect(self._on_evaluate_clicked)
|
||||
self._layout.addWidget(self.start_button, 12, 0, 1, 5)
|
||||
|
||||
self.auto_button = QPushButton("Feeling lucky")
|
||||
self.auto_button = QPushButton("X-ray Centering")
|
||||
self.auto_button.setStyleSheet("color: rgb(78, 154, 6);")
|
||||
self.auto_button.clicked.connect(self._on_evaluate_auto_clicked)
|
||||
self._layout.addWidget(self.auto_button, 13, 0, 1, 5)
|
||||
|
||||
Reference in New Issue
Block a user