Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Aug 4, 2024
1 parent 6cb6fed commit 26d8604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymmcore_widgets/hcs/_well_calibration_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(self, parent: QWidget | None = None) -> None:
hdr.setDefaultAlignment(Qt.AlignmentFlag.AlignCenter)
hdr.setSectionResizeMode(hdr.ResizeMode.Stretch)

self.setHorizontalHeaderLabels(["X [mm]", "Y [mm]"])
self.setHorizontalHeaderLabels(["X [µm]", "Y [µm]"])
self.selectionModel().selectionChanged.connect(self._on_selection_changed)

def _on_selection_changed(
Expand Down

0 comments on commit 26d8604

Please sign in to comment.