Fixed a layout problem

This commit is contained in:
Zane U. Ji 2012-08-10 23:51:35 +08:00
parent 89feff7811
commit bfd582bdd1
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ StyleDialog::StyleDialog (
reportTopSizer->Add ( comboSizer, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5 );
reportTopSizer->Add ( table, 1, wxEXPAND | wxALL, 5 );
reportTopSizer->Add ( reportButtonSizer, 0, wxALL, 5 );
reportTopSizer->Add ( status, 0 );
reportTopSizer->Add ( status, 0, wxEXPAND | wxALL );
this->SetSizer ( reportTopSizer );
createReportButton->SetFocus();