diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-27 16:54:39 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-27 16:54:39 +0200 |
commit | 5a61e10e09d3ba7a472b2a2ad8679e44d0ccf9db (patch) | |
tree | 90d11cad3a6a91e4bacc828f0d5fc368ac8b3e04 /editor/icons | |
parent | db76de5de8a415b29be4c7dd84b99bd0fe260822 (diff) | |
parent | e371587147868816e566b6b224da73ce7f2485c4 (diff) | |
download | redot-engine-5a61e10e09d3ba7a472b2a2ad8679e44d0ccf9db.tar.gz |
Merge pull request #89265 from davthedev/spinbox-buttons-refactor
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 |