Topic was automatically imported from the old Question2Answer platform.
Asked By
jujumumu
I need a button in my game to be 16 pixels vertically. But Godot has a minimum height of the button at 20 pixels. I get around this by rotating the button 90 degrees but is there a better solution?
If you define a custom font for the button, you can set it’s size as well as “Extra Spacing” towards “Top” and “Bottom”, which can be set to a negative value as well. By doing so you can easily go below 20 pixels.