mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 17:03:25 +02:00
...
This commit is contained in:
parent
b5dc2db700
commit
3bcf57e814
1 changed files with 1 additions and 1 deletions
|
|
@ -444,9 +444,9 @@ def ac(name, text, icon, shortcut=None, tooltip=None):
|
|||
self.search_bar = SearchBar(self)
|
||||
self.location_bar = LocationBar([self.action_add, self.action_sync,
|
||||
self.action_news], self.donate_button, self.location_view, self)
|
||||
self.addToolBar(Qt.TopToolBarArea, self.location_bar)
|
||||
|
||||
l = self.centralwidget.layout()
|
||||
l.addWidget(self.location_bar)
|
||||
l.addWidget(self.search_bar)
|
||||
|
||||
for ch in list(self.tool_bar.children()) + list(self.location_bar.children()):
|
||||
|
|
|
|||
Loading…
Reference in a new issue