mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Don't manually specify tab order.
The default order is more logical: Text input -> Search -> Preview -> Results table
This commit is contained in:
parent
07426a883c
commit
96a294039e
1 changed files with 0 additions and 1 deletions
|
@ -511,7 +511,6 @@ class Browser(QMainWindow):
|
|||
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(),
|
||||
|
|
Loading…
Reference in a new issue