Skip to content

Commit

Permalink
Fix tab order in local activity tab and sync issues tab
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjv committed Jun 11, 2024
1 parent b5ad3ee commit 56e88da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/issueswidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>_filterButton</tabstop>
<tabstop>_tableView</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>
4 changes: 4 additions & 0 deletions src/gui/protocolwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>_filterButton</tabstop>
<tabstop>_tableView</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit 56e88da

Please sign in to comment.