Fix ButtonGroup broken layout

This commit is contained in:
MarianoGNU
2015-10-19 17:46:13 -03:00
parent ede0cf20bb
commit 6df7d92379
4 changed files with 25 additions and 23 deletions

View File

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