From bfd582bdd1ffa8377b6a65e3dcf8c917e281bf1c Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Fri, 10 Aug 2012 23:51:35 +0800 Subject: [PATCH] Fixed a layout problem --- src/styledialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styledialog.cpp b/src/styledialog.cpp index 0e75de5..8899938 100755 --- a/src/styledialog.cpp +++ b/src/styledialog.cpp @@ -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();