This commit is contained in:
Kovid Goyal 2023-07-16 04:57:33 +05:30
commit 3e5fe65fe5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'))