diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-08 21:45:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-08 21:45:33 +0100 |
| commit | 0d5c2ebba76db5a007a78903b97be0b79db9eef5 (patch) | |
| tree | 1dbec5ea5b4bbf863719473dc58dc4ab7b924432 | |
| parent | 876369d704d2f536906a7e26ef80927ba97ebd0c (diff) | |
Revert accidentally-committed test patch.
| -rw-r--r-- | src/wx/job_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/job_view.cc b/src/wx/job_view.cc index 767c7ca5a..8718d14e3 100644 --- a/src/wx/job_view.cc +++ b/src/wx/job_view.cc @@ -39,7 +39,7 @@ JobView::JobView (shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wx /* This seems to be required to allow the gauge to shrink under OS X */ _gauge->SetMinSize (wxSize (0, -1)); _gauge_message->Add (_gauge, 0, wxEXPAND | wxLEFT | wxRIGHT); - _message = new wxStaticText (container, wxID_ANY, wxT (" \n "), wxDefaultPosition, wxDefaultSize, wxST_NO_AUTORESIZE); + _message = new wxStaticText (container, wxID_ANY, wxT (" \n ")); _gauge_message->Add (_message, 1, wxEXPAND | wxALIGN_CENTER_VERTICAL | wxALL, 6); table->Insert (n, _gauge_message, 1, wxEXPAND | wxLEFT | wxRIGHT); ++n; |
