Merge pull request #89265 from davthedev/spinbox-buttons-refactor

Improve SpinBox interaction, split arrows, add theme attributes
This commit is contained in:
Rémi Verschelde
2024-08-27 16:54:39 +02:00
12 changed files with 460 additions and 28 deletions

View 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

View 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