diff options
author | David Giardi <david.giardi.eng@gmail.com> | 2024-03-04 02:07:15 +0100 |
---|---|---|
committer | David Giardi <david.giardi.eng@gmail.com> | 2024-08-23 18:21:20 +0200 |
commit | e371587147868816e566b6b224da73ce7f2485c4 (patch) | |
tree | 01564446987b124c898ca8e717fc35bce040e25a /editor/icons | |
parent | 739019e4e4a6e4763e37adfd9883a1c85d5f6249 (diff) | |
download | redot-engine-e371587147868816e566b6b224da73ce7f2485c4.tar.gz |
Improve SpinBox interaction, split arrows, add theme attributes
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/GuiSpinboxDown.svg | 1 | ||||
-rw-r--r-- | editor/icons/GuiSpinboxUp.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/GuiSpinboxDown.svg b/editor/icons/GuiSpinboxDown.svg new file mode 100644 index 0000000000..f8f473ce1a --- /dev/null +++ b/editor/icons/GuiSpinboxDown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8"><path fill="none" stroke="#e0e0e0" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".8" stroke-width="2" d="m12 2-4 4-4-4"/></svg>
\ No newline at end of file diff --git a/editor/icons/GuiSpinboxUp.svg b/editor/icons/GuiSpinboxUp.svg new file mode 100644 index 0000000000..28bd0505d4 --- /dev/null +++ b/editor/icons/GuiSpinboxUp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8"><path fill="none" stroke="#e0e0e0" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".8" stroke-width="2" d="m4 6 4-4 4 4"/></svg>
\ No newline at end of file |