How to set the size of the button in Checkbox

Godot Version

4.2.2
windows 10

Question

I encountered a problem when creating a UI in Godot.
I changed the text size, but I found that the size of the button did not change accordingly.
I adjusted the text size in Theme Overrides → Font size.
I can’t use scale to resize it, as it would reduce its resolution.

(The text has been translated mechanically.)

is this Button Node or
did you put a Label node as a child of Button Node?

Button Node

The CheckBox node use textures to render the icons. You’ll need to supply bigger textures if you want to change its size. You can see which ones you need to supply in the CheckBox theme properties

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.