Revert accidentally-committed test patch.
authorCarl Hetherington <cth@carlh.net>
Wed, 8 Jun 2016 20:45:33 +0000 (21:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Jun 2016 20:45:33 +0000 (21:45 +0100)
src/wx/job_view.cc

index 767c7ca5a1993ace67f1fb31a341e80a29d9de47..8718d14e336888fa418e2289b022ef5623a51322 100644 (file)
@@ -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;