diff options
author | Vitika9 <vitika.program@gmail.com> | 2022-06-30 17:04:32 +0530 |
---|---|---|
committer | Vitika9 <vitika.program@gmail.com> | 2022-09-06 21:42:20 +0530 |
commit | 1dce43d417784e79aedcb0b4d53a4a97145c47af (patch) | |
tree | c6f0735d9865cdc06fb142bac01a8be73c743107 /editor/icons/PickerShapeCircle.svg | |
parent | a49ec435b261beef3cb0641a03dad9f622592574 (diff) | |
download | redot-engine-1dce43d417784e79aedcb0b4d53a4a97145c47af.tar.gz |
ColorPicker UX improvements
- Tabs and MenuButton for mode selection and enabling/disabling colorized sliders
- MenuButton for shape selection with new icon for each shape
- Drag and drop functionality for presets to arrange order
- A chronological list of recently selected presets which are global for the editor
- Presets are now highlighted as being active or inactive
- Thicker sliders for easy targeting
- `grabber_offset` theme constant for Slider
- Uncolorized sliders
Diffstat (limited to 'editor/icons/PickerShapeCircle.svg')
-rw-r--r-- | editor/icons/PickerShapeCircle.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/PickerShapeCircle.svg b/editor/icons/PickerShapeCircle.svg new file mode 100644 index 0000000000..8e7fb7f06e --- /dev/null +++ b/editor/icons/PickerShapeCircle.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h16v16h-16z"/></clipPath><g clip-path="url(#a)" fill="#eaeaea"><rect height="11" rx="5.5" transform="translate(1 2)" width="11"/><path d="m0 0h2v11h-2z" transform="translate(13 2)"/></g></svg> |