mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change the icon for the advanced search button in the Get books dialog to match that used int he main window
This commit is contained in:
parent
18273cb24a
commit
ccaf31e3ec
@ -80,7 +80,8 @@ class SearchDialog(QDialog, Ui_Dialog):
|
|||||||
self.button_layout.setAlignment(Qt.AlignCenter)
|
self.button_layout.setAlignment(Qt.AlignCenter)
|
||||||
self.button_layout.insertWidget(0, self.pi, 0, Qt.AlignCenter)
|
self.button_layout.insertWidget(0, self.pi, 0, Qt.AlignCenter)
|
||||||
|
|
||||||
self.adv_search_button.setIcon(QIcon(I('search.png')))
|
self.adv_search_button.setIcon(QIcon(I('gear.png')))
|
||||||
|
self.adv_search_button.setToolTip(_('Advanced search'))
|
||||||
self.configure.setIcon(QIcon(I('config.png')))
|
self.configure.setIcon(QIcon(I('config.png')))
|
||||||
|
|
||||||
self.adv_search_button.clicked.connect(self.build_adv_search)
|
self.adv_search_button.clicked.connect(self.build_adv_search)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user