Skip to content

Commit

Permalink
Don't manually specify tab order.
Browse files Browse the repository at this point in the history
The default order is more logical:
Text input -> Search -> Preview -> Results table
  • Loading branch information
hssm committed May 25, 2014
1 parent 07426a8 commit 96a2940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aqt/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ def setupSearch(self):
self.connect(self.form.searchEdit.lineEdit(),
SIGNAL("returnPressed()"),
self.onSearch)
self.setTabOrder(self.form.searchEdit, self.form.tableView)
self.form.searchEdit.setCompleter(None)
self.form.searchEdit.addItems(self.mw.pm.profile['searchHistory'])
self.connect(self.form.searchEdit.lineEdit(),
Expand Down

0 comments on commit 96a2940

Please sign in to comment.