mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7e78d7bc8e
commit
f2b0d2f619
@ -196,6 +196,7 @@ class EbookViewer(MainWindow, Ui_EbookViewer):
|
||||
self.search = SearchBox2(self)
|
||||
self.search.initialize('viewer_search_history')
|
||||
self.search.setToolTip(_('Search for text in book'))
|
||||
self.search.setMinimumWidth(200)
|
||||
self.tool_bar2.insertWidget(self.action_find_next, self.search)
|
||||
self.view.set_manager(self)
|
||||
self.view.document.debug_javascript = debug_javascript
|
||||
|
Loading…
x
Reference in New Issue
Block a user