Some code review

This commit is contained in:
YuSanka
2018-10-31 12:56:08 +01:00
parent 833d26b32d
commit 0167087d7d
25 changed files with 548 additions and 522 deletions

View File

@@ -45,7 +45,7 @@ ButtonsDescription::ButtonsDescription(wxWindow* parent, t_icon_descriptions* ic
sys_label->Refresh();
}));
size_t t= 0;
while (t < 3){
while (t < 3) {
grid_sizer->Add(new wxStaticText(this, wxID_ANY, ""), -1, wxALIGN_CENTRE_VERTICAL | wxEXPAND);
++t;
}