Fix ButtonGroup broken layout
This commit is contained in:
@ -299,6 +299,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 );
|
||||
|
||||
Reference in New Issue
Block a user