You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Visual Shaders are back.
This commit is contained in:
@@ -36,7 +36,7 @@ Size2 OptionButton::get_minimum_size() const {
|
||||
Size2 minsize = Button::get_minimum_size();
|
||||
|
||||
if (has_icon("arrow"))
|
||||
minsize.width += Control::get_icon("arrow")->get_width();
|
||||
minsize.width += Control::get_icon("arrow")->get_width() + get_constant("hseparation");
|
||||
|
||||
return minsize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user