From e33ebef85b66a18ce666cdea9fc45900d06e04c8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 28 Jun 2004 21:32:38 +0000 Subject: [PATCH] Show the top label. --- src/mmg/mux_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mmg/mux_dialog.cpp b/src/mmg/mux_dialog.cpp index fc60c4e18..c375085c5 100644 --- a/src/mmg/mux_dialog.cpp +++ b/src/mmg/mux_dialog.cpp @@ -71,7 +71,7 @@ mux_dialog::mux_dialog(wxWindow *parent): new wxStaticBoxSizer(new wxStaticBox(this, -1, wxT("Status and progress")), wxVERTICAL); st_label = new wxStaticText(this, -1, wxT("")); - siz_status->Add(st_label, 0, wxALIGN_LEFT | wxALL, 5); + siz_status->Add(st_label, 0, wxGROW | wxALIGN_LEFT | wxALL, 5); g_progress = new wxGauge(this, -1, 100, wxDefaultPosition, wxSize(250, 15)); siz_progress = new wxBoxSizer(wxHORIZONTAL); siz_progress->Add(0, 0, 1, wxGROW, 0);