Better icon for toc button in viewer

This commit is contained in:
Kovid Goyal 2016-03-25 09:19:34 +05:30
parent fd660e02bf
commit e15f53cdf2

View File

@ -388,7 +388,7 @@ class Main(MainWindow):
a('copy', _('Copy to clipboard'), 'edit-copy.png').setDisabled(True)
a('font_size_larger', _('Increase font size'), 'font_size_larger.png')
a('font_size_smaller', _('Decrease font size'), 'font_size_smaller.png')
a('table_of_contents', self.toc_dock, 'highlight_only_on.png', sc_name='Table of Contents')
a('table_of_contents', self.toc_dock, 'toc.png', sc_name='Table of Contents')
a('full_screen', _('Toggle full screen'), 'page.png', sc_name='Fullscreen').setCheckable(True)
self.tool_bar.addSeparator()