mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
d1c4eeb92a
commit
95db631c4a
BIN
resources/images/eye-quickview.png
Normal file
BIN
resources/images/eye-quickview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
@ -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'
|
||||
|
||||
|
@ -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>&Quickview</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user