Show ColorPickerButton Text?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rakkarage

Is there some way to make the text property of a ColorPickerButton show?
The text seems to always be beneath. No matter size or min size etc…
You can see a couple of pixels of text poking out here at default size is the most I can see.
Thanks.

:bust_in_silhouette: Reply From: CollCaz

Experimenting with this made me believe that ColorPickerButton isn’t actually supposed to have Text, I tried everything i could think of and it still didn’t work.

I don’t have a solution for this problem but as a workaround you can add a label node as a child of the ColorPickerButton, You could then use the presets to align it to the center or the left or whatever you want.