diff --git a/src/aare/gui/panels/tell_sample_panel.py b/src/aare/gui/panels/tell_sample_panel.py index 9e640b7b..1fcfcbba 100644 --- a/src/aare/gui/panels/tell_sample_panel.py +++ b/src/aare/gui/panels/tell_sample_panel.py @@ -156,11 +156,12 @@ class TellSamplePanel(QFrame): self.status_chips.setExclusive(True) for label, key in ( ("All", None), - # Unmeasured next to All: both are "what is left" views, the - # remaining chips are hand-applied labels. - ("Unmeasured", "unmeasured"), ("Queued", "queued"), ("Flagged", "flagged"), + # Unmeasured next to All: both are "what is left" views, the + # remaining chips are hand-applied labels. + # order updated according to Vincent's preference + ("Unmeasured", "unmeasured"), ("Measured", "measured"), ): if key == "queued":