Skip to content

Commit

Permalink
fix the order of the columns
Browse files Browse the repository at this point in the history
  • Loading branch information
7174Andy committed Dec 17, 2024
1 parent 22dd69e commit 8db81a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/gui/dataviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ def getSelectedRowItem(self) -> Any:

class VideosTableModel(GenericTableModel):
properties = (
"filepath",
"name",
"filepath",
"frames",
"height",
"width",
Expand Down

0 comments on commit 8db81a9

Please sign in to comment.