diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-08-19 01:24:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 01:24:24 +0200 |
commit | 420a8c888e6d9a7a881be46d284b6806bb08d18c (patch) | |
tree | f654090a75027058254548d1a37c0e9931b2fb94 /editor/icons | |
parent | 480586899a9a4226b2e6799893ef8c424080ef2d (diff) | |
parent | 8c56a7416b423e4fa3bf0a3a143fe4afbb8e7ba2 (diff) |
Merge pull request #63950 from bruvzg/menu_bar3
Implement MenuBar control to wrap Popup menus 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> |