diff --git a/imgsrc/eye-quickview.svg b/imgsrc/eye-quickview.svg deleted file mode 100644 index c98a995ae5..0000000000 --- a/imgsrc/eye-quickview.svg +++ /dev/null @@ -1,4 +0,0 @@ - \ No newline at end of file diff --git a/imgsrc/quickview.svg b/imgsrc/quickview.svg new file mode 100644 index 0000000000..2dd0294a8c --- /dev/null +++ b/imgsrc/quickview.svg @@ -0,0 +1,110 @@ + + + + + + + + + + image/svg+xml + + + + + Kovid Goyal + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/eye-quickview.png b/resources/images/eye-quickview.png deleted file mode 100644 index a928c201fa..0000000000 Binary files a/resources/images/eye-quickview.png and /dev/null differ diff --git a/resources/images/quickview.png b/resources/images/quickview.png new file mode 100644 index 0000000000..094c7a9e27 Binary files /dev/null and b/resources/images/quickview.png differ diff --git a/src/calibre/gui2/actions/show_quickview.py b/src/calibre/gui2/actions/show_quickview.py index cbae5e6e84..f95c45a51a 100644 --- a/src/calibre/gui2/actions/show_quickview.py +++ b/src/calibre/gui2/actions/show_quickview.py @@ -19,7 +19,7 @@ class QuickviewButton(LayoutButton): # {{{ def __init__(self, gui, quickview_manager): self.qv = quickview_manager qaction = quickview_manager.qaction - LayoutButton.__init__(self, I('eye-quickview.png'), _('Quickview'), + LayoutButton.__init__(self, I('quickview.png'), _('Quickview'), parent=gui, shortcut=qaction.shortcut().toString()) self.toggled.connect(self.update_state) self.action_toggle = qaction @@ -47,7 +47,7 @@ class QuickviewButton(LayoutButton): # {{{ class ShowQuickviewAction(InterfaceAction): name = 'Show Quickview' - action_spec = (_('Show Quickview'), 'eye-quickview.png', None, _('Q')) + action_spec = (_('Show Quickview'), 'quickview.png', None, _('Q')) dont_add_to = frozenset(['context-menu-device']) action_type = 'current' diff --git a/src/calibre/gui2/preferences/look_feel.ui b/src/calibre/gui2/preferences/look_feel.ui index 01071e4dc6..33955b773d 100644 --- a/src/calibre/gui2/preferences/look_feel.ui +++ b/src/calibre/gui2/preferences/look_feel.ui @@ -1134,7 +1134,7 @@ them to all have the same width and height - :/images/eye-quickview.png:/images/eye-quickview.png + :/images/quickview.png:/images/quickview.png &Quickview