refactor interface
This commit is contained in:
@@ -10,8 +10,9 @@ view_user_info::view_user_info()
|
||||
tree.append_column("user", m_Columns.r_user);
|
||||
tree.append_column("config", m_Columns.r_admin);
|
||||
this->add(this->tree);
|
||||
this->add(this->b_add_user);
|
||||
this->add(this->b_dell_user);
|
||||
this->b_box.add(this->b_add_user);
|
||||
this->b_box.add(this->b_dell_user);
|
||||
this->add(this->b_box);
|
||||
}
|
||||
|
||||
void view_user_info::restart_table(){
|
||||
|
||||
Reference in New Issue
Block a user