I am feeding database entries into an OptionButton. If there is an entry bigger than the default size, the control will resize itself based on the length of the biggest entry. How do I force the control to stay at a fixed size? Under Rect there are min size entries, the size flag entries seem to have no effect, clip content doesn't help. Even tried to set the size in code after they were loaded:
shell_selection_option_button.set_size(Vector2(160,22))
..no go. Any ideas? Thank you.