diff options
author | passivestar <60579014+passivestar@users.noreply.github.com> | 2024-06-12 18:02:24 +0400 |
---|---|---|
committer | passivestar <60579014+passivestar@users.noreply.github.com> | 2024-06-12 18:02:24 +0400 |
commit | 2cd0f3584d03fbc9bc1e0e1d2f641335c9ce18f1 (patch) | |
tree | ea836f48043935c151b26b40269d0748029f510c /editor/icons | |
parent | 2fb296a5cd83bfa7a234cfcaae78a63da3556fb8 (diff) | |
download | redot-engine-2cd0f3584d03fbc9bc1e0e1d2f641335c9ce18f1.tar.gz |
Fix EditorProperty spacing
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/Key.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/Key.svg b/editor/icons/Key.svg index fdf51fd72d..d0838b68cd 100644 --- a/editor/icons/Key.svg +++ b/editor/icons/Key.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M1 4v2h1v2h3V6h2.133a4 4 0 1 0 0-2zm10-1a2 2 0 0 1 0 4 2 2 0 0 1 0-4z" fill="#e0e0e0"/></svg> +<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="#e0e0e0" d="M1 7v2h1v2h3V9h2.133a4 4 0 1 0 0-2zm10-1a2 2 0 0 1 0 4 2 2 0 0 1 0-4z"/></svg>
\ No newline at end of file |