remove sidebar and make panels popup
This commit is contained in:
@@ -27,7 +27,7 @@ void NodeCheckBox::init()
|
||||
add_child(m_outer);
|
||||
m_outer->add_child(m_inner);
|
||||
m_outer->init();
|
||||
m_outer->m_color = { .3, .3, .3, 1 };
|
||||
m_outer->m_color = { .4, .4, .4, 1 };
|
||||
m_outer->SetAlign(YGAlignCenter);
|
||||
m_outer->SetJustify(YGJustifyCenter);
|
||||
m_outer->SetPadding(5, 5, 5, 5);
|
||||
|
||||
Reference in New Issue
Block a user