You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix CheckButton minimum size
This commit is contained in:
@@ -39,6 +39,7 @@ class CheckButton : public Button {
|
||||
GDCLASS(CheckButton, Button);
|
||||
|
||||
protected:
|
||||
Size2 get_icon_size() const;
|
||||
virtual Size2 get_minimum_size() const;
|
||||
void _notification(int p_what);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user