diff --git a/imgsrc/layout.svg b/imgsrc/layout.svg new file mode 100644 index 0000000000..ee7953c673 --- /dev/null +++ b/imgsrc/layout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/layout.png b/resources/images/layout.png new file mode 100644 index 0000000000..aef0aff166 Binary files /dev/null and b/resources/images/layout.png differ diff --git a/src/calibre/gui2/actions/layout_actions.py b/src/calibre/gui2/actions/layout_actions.py index 075a4e8cee..e005b2ed2f 100644 --- a/src/calibre/gui2/actions/layout_actions.py +++ b/src/calibre/gui2/actions/layout_actions.py @@ -21,7 +21,7 @@ class Panel(Enum): class LayoutActions(InterfaceAction): name = 'Layout Actions' - action_spec = (_('Layout actions'), 'tags.png', + action_spec = (_('Layout actions'), 'layout.png', _('Add/remove layout items: search bar, tag browser, etc.'), None) action_type = 'current' popup_type = QToolButton.ToolButtonPopupMode.InstantPopup