Merge pull request #89265 from davthedev/spinbox-buttons-refactor
Improve SpinBox interaction, split arrows, add theme attributes
This commit is contained in:
1
editor/icons/GuiSpinboxDown.svg
Normal file
1
editor/icons/GuiSpinboxDown.svg
Normal file
@@ -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>
|
||||
|
After Width: | Height: | Size: 206 B |
1
editor/icons/GuiSpinboxUp.svg
Normal file
1
editor/icons/GuiSpinboxUp.svg
Normal file
@@ -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>
|
||||
|
After Width: | Height: | Size: 205 B |
Reference in New Issue
Block a user