Fix CheckButton minimum size

This commit is contained in:
volzhs
2017-12-11 14:03:32 +09:00
parent c05c66ee01
commit 3c04d7798c
6 changed files with 40 additions and 17 deletions

View File

@ -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);