style:delete the commented code
CI / lint (push) Skipped
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Canceled after 32s
CI / test (3.13) (pull_request) Canceled after 26s
CI / test (3.11) (pull_request) Canceled after 31s
CI / test (3.12) (pull_request) Canceled after 27s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Canceled after 22s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Canceled after 21s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Canceled after 17s
CI / test-with-coverage (pull_request) Canceled after 16s
CI / coverage-analysis (pull_request) Canceled after 0s

This commit is contained in:
2026-08-25 13:48:01 +02:00
parent 96d7e82f48
commit 0a30723f6a
@@ -160,10 +160,6 @@ class RotationDataCollectionPanel(ScanSettingsPanel):
self._layout.addWidget(self.dose, 14, 1, 1, 3)
self._layout.addWidget(QLabel("MGy", parent=self), 14, 4)
# self._layout.removeWidget(self.reload_params_button)
# self._layout.addWidget(self.reload_params_button, 15, 0, 1, 6)
# self.reload_params_button.setVisible(True)
self.measurement_button = QPushButton("Run rotation")
self.measurement_button.setStyleSheet(f"color: {GO_TEXT};")
self.measurement_button.clicked.connect(self.run_measurement)