This commit is contained in:
Kovid Goyal 2023-07-11 21:44:16 +05:30
commit 8daa598bb9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 2 additions and 1 deletions

1
imgsrc/layout.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1" viewBox="0 0 128 128" xml:space="preserve"><path d="m127 15.67v-8.367c0-3.472-2.828-6.299-6.3-6.299h-113.4c-3.472 0-6.3 2.827-6.3 6.299v8.367c0 1.389 1.116 2.529 2.53 2.529h121c1.389 0 2.505-1.116 2.505-2.529z" fill="#0e00c1"/><path d="m92.03 42.79h32.44c1.389 0 2.53 1.116 2.53 2.529v75.35c0 3.472-2.828 6.299-6.3 6.299h-28.67c-1.389 0-2.53-1.116-2.53-2.53v-79.12c0-1.414 1.116-2.529 2.53-2.529z" fill="#803300"/><path d="m82.9 45.32v79.15c0 1.389-1.116 2.53-2.53 2.53h-73.07c-3.472 0-6.3-2.827-6.3-6.299v-75.35c0-1.389 1.116-2.529 2.53-2.529h76.84c1.414-0.02479 2.53 1.091 2.53 2.505z" fill="#3080f0"/><path d="m3.5 25h121c1.385 0 2.5 1.115 2.5 2.5v6c0 1.385-1.115 2.5-2.5 2.5h-121c-1.385 0-2.5-1.115-2.5-2.5v-6c0-1.385 1.115-2.5 2.5-2.5z" fill="#ff8033"/></svg>

After

Width:  |  Height:  |  Size: 843 B

BIN
resources/images/layout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -21,7 +21,7 @@ class Panel(Enum):
class LayoutActions(InterfaceAction): class LayoutActions(InterfaceAction):
name = 'Layout Actions' 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) _('Add/remove layout items: search bar, tag browser, etc.'), None)
action_type = 'current' action_type = 'current'
popup_type = QToolButton.ToolButtonPopupMode.InstantPopup popup_type = QToolButton.ToolButtonPopupMode.InstantPopup