Merge pull request #2639 from MarianoGnu/origin

Fix ButtonGroup broken layout
This commit is contained in:
Juan Linietsky
2015-11-18 19:14:25 -03:00
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 );