Skip to content

Commit

Permalink
Fix tab order in activity tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjv committed Jun 7, 2024
1 parent 691a5b8 commit 535b16c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/gui/activitywidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>673</width>
<height>68</height>
<width>667</width>
<height>72</height>
</rect>
</property>
<property name="autoFillBackground">
Expand Down Expand Up @@ -143,8 +143,9 @@
</layout>
</widget>
<tabstops>
<tabstop>_notifyScroll</tabstop>
<tabstop>_filterButton</tabstop>
<tabstop>_activityList</tabstop>
<tabstop>_dialogButtonBox</tabstop>
</tabstops>
<resources/>
<connections/>
Expand Down
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 535b16c

Please sign in to comment.