diff options
author | Eric M <itsjusteza@gmail.com> | 2021-09-29 19:37:27 +1000 |
---|---|---|
committer | Eric M <itsjusteza@gmail.com> | 2021-09-30 22:15:47 +1000 |
commit | e0f8410d1621f6766ebf0600fdb6fe85c3e8157f (patch) | |
tree | afc431eaa552b174e96ddf2e7005e7a52c3a3b61 /editor/icons | |
parent | b1237b5caca9c9193b63698d9a05f13e11e53860 (diff) |
Improved breakpoint gutter for CodeEdit.
Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry.
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/Breakpoint.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/Breakpoint.svg b/editor/icons/Breakpoint.svg new file mode 100644 index 0000000000..b95c2b511e --- /dev/null +++ b/editor/icons/Breakpoint.svg @@ -0,0 +1 @@ +<svg enable-background="new 0 0 16 16" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m15 8c0 3.866-3.134 7-7 7s-7-3.134-7-7 3.134-7 7-7 7 3.134 7 7" fill="#e1e1e1"/><pathd="m12 8c0 2.209-1.791 4-4 4s-4-1.791-4-4 1.791-4 4-4 4 1.791 4 4" fill="#f6f6f6"/></svg> |