Give Quickview its own icon

Icon comes from https://www.iconfinder.com/icons/2191555/eye_look_no_hide_see_show_watch_icon#size=128
This commit is contained in:
Charles Haley 2017-07-04 10:56:17 +02:00
parent d1c4eeb92a
commit 95db631c4a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -16,7 +16,7 @@ from calibre.gui2 import error_dialog
class ShowQuickviewAction(InterfaceAction):
name = 'Show Quickview'
action_spec = (_('Show Quickview'), 'search.png', None, _('Q'))
action_spec = (_('Show Quickview'), 'eye-quickview.png', None, _('Q'))
dont_add_to = frozenset(['context-menu-device'])
action_type = 'current'

View File

@ -1134,7 +1134,7 @@ them to all have the same width and height</string>
<widget class="QWidget" name="quickview_tab">
<attribute name="icon">
<iconset resource="../../../../resources/images.qrc">
<normaloff>:/images/search.png</normaloff>:/images/search.png</iconset>
<normaloff>:/images/eye-quickview.png</normaloff>:/images/eye-quickview.png</iconset>
</attribute>
<attribute name="title">
<string>&amp;Quickview</string>