Fix CheckButton minimum size
This commit is contained in:
parent
c05c66ee01
commit
3c04d7798c
6 changed files with 40 additions and 17 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue