style: reorder the position of measured tab
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user