mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 02:32:33 -04:00
Use the new layout icon on the status bar as suggested here:
https://www.mobileread.com/forums/showthread.php?p=4339960#post4339960
This commit is contained in:
@@ -642,7 +642,7 @@ class LayoutMixin: # {{{
|
||||
b.setAutoRaise(True), b.setCursor(Qt.CursorShape.PointingHandCursor)
|
||||
b.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
||||
b.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
||||
b.setText(_('Layout')), b.setIcon(QIcon.ic('config.png'))
|
||||
b.setText(_('Layout')), b.setIcon(QIcon.ic('layout.png'))
|
||||
b.setMenu(LayoutMenu(self))
|
||||
b.setToolTip(_(
|
||||
'Show and hide various parts of the calibre main window'))
|
||||
|
||||
Reference in New Issue
Block a user