Fix: Calculated dose rate units
CI / lint (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) Failing after 43s
CI / test (3.12) (pull_request) Successful in 1m13s
CI / test (3.14) (pull_request) Successful in 1m14s
CI / test (3.13) (pull_request) Successful in 1m18s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m17s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m22s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m36s
CI / test-with-coverage (pull_request) Successful in 1m49s
CI / coverage-analysis (pull_request) Failing after 4s

This commit is contained in:
2026-09-14 16:10:49 +02:00
parent 766ca8b71e
commit b17b38adfe
+1 -1
View File
@@ -250,7 +250,7 @@ class SimpleRotationSettingsPanel(QWidget):
Qt.AlignmentFlag.AlignRight | Qt.AlignmentFlag.AlignVCenter
)
self._layout.addWidget(self.calculated_dose_rate_label, 13, 1, 1, 3)
self._layout.addWidget(QLabel("MGy s<sup>-1</sup>", parent=self), 12, 4)
self._layout.addWidget(QLabel("MGy s<sup>-1</sup>", parent=self), 13, 4)
self._layout.addWidget(QLabel("Calculated Dose", parent=self), 14, 0)
self.calculated_dose_label = QLabel("--", parent=self)