style: reorder the position of measured tab

This commit is contained in:
2026-08-25 11:09:06 +02:00
parent 5610a9737b
commit 0e36ef0e33
+4 -3
View File
@@ -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":