diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-08-01 12:28:16 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-08-18 22:25:44 +0300 |
commit | 8c56a7416b423e4fa3bf0a3a143fe4afbb8e7ba2 (patch) | |
tree | 434138e74dd299292e8997a8000d135bc6198812 /editor/icons | |
parent | 9bb6cc591c598f41ad718760e17f6c8847797ed0 (diff) |
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native menu for editor.
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/MenuBar.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/MenuBar.svg b/editor/icons/MenuBar.svg new file mode 100644 index 0000000000..0a53f07f85 --- /dev/null +++ b/editor/icons/MenuBar.svg @@ -0,0 +1 @@ +<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M2 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1Zm1 2h10v2H3Zm0 3h10v2H3ZM1 1v4h6V1Zm1 1h4L4 4Z" fill="#8eef97"/></svg> |