Merge pull request #111226 from PhairZ/copy-color

Add a copy button to the color picker dialog.
This commit is contained in:
Thaddeus Crews 2026-01-28 12:27:16 -06:00
commit 10aa2e3013
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
7 changed files with 24 additions and 0 deletions

View file

@ -179,6 +179,9 @@
<theme_item name="bar_arrow" data_type="icon" type="Texture2D">
The texture for the arrow grabber.
</theme_item>
<theme_item name="color_copy" data_type="icon" type="Texture2D">
The icon for the button that copies the color in text format to the clipboard.
</theme_item>
<theme_item name="color_hue" data_type="icon" type="Texture2D">
Custom texture for the hue selection slider on the right.
</theme_item>