refactor interface

This commit is contained in:
2020-05-26 18:09:22 +02:00
parent c4e2ec96dd
commit 90a76301f2
14 changed files with 42 additions and 63 deletions

View File

@@ -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(){