Merge pull request #2639 from MarianoGnu/origin
Fix ButtonGroup broken layout
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user