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 10, 2024
1 parent b9408e4 commit ffa3b80
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 ffa3b80

Please sign in to comment.