Is it possible to change the properties of the ColorPickerButton popup?

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

I am currently using a color picker button to change the color of my player clothing sprite. It looks okay when it opens in the default window size, but when it is scaled up to fullscreen, it looks terrible. The text is blurry, it takes up a good portion of the screen, and I don’t like the sliders on the bottom. I was hoping for only the palette.

Now, I understand that Godot is open source, and I can probably just go into the code of the application itself, and change those things, but is there a proper way to do it in the engine?

:bust_in_silhouette: Reply From: Jowan-Spooner

You can get the picker with Button.get_picker(). You should try changing the default font of your theme to an sizable font (DynamicFont).