Merge pull request #2639 from MarianoGnu/origin
Fix ButtonGroup broken layout
This commit is contained in:
commit
a8f18e1bae
4 changed files with 25 additions and 23 deletions
|
|
@ -322,6 +322,10 @@ void make_default_theme() {
|
|||
|
||||
t->set_constant("hseparation","MenuButton", 3 );
|
||||
|
||||
// ButtonGroup
|
||||
|
||||
t->set_stylebox("panel","ButtonGroup", memnew( StyleBoxEmpty ));
|
||||
|
||||
// CheckBox
|
||||
|
||||
Ref<StyleBox> cbx_empty = memnew( StyleBoxEmpty );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue